Configuring WebSphere for two servers on the same host

If your configuration includes running two servers with the same name on the same host, you will need to set a custom Java Virtual Machine (JVM) property on both servers.

Note: For additional information, see KB article #2208451.
  1. In the WebSphere Administrative Console for the first server, navigate to Servers > Server Types > WebSphere application servers > server_name > Java and Process Management > Process definition > Java virtual machine > Custom properties.
  2. Click New.
  3. On the Custom Properties settings page, define the custom property:
    Name
    com.ibm.websphere.orb.uniqueServerName
    Value
    True
  4. Click OK.
  5. Click Save.
  6. Repeat steps 1 - 5 for the second server.
  7. Restart both WebSphere Application Servers.