I have an embedded WAS 6.1 installed on a Linux server which has a WAS 6.02.27 server also installed and running.
When I start the embedded WAS it fails because of a conflict on the ORB port 9105. The port is already in use. Its in use by the WAS 6.0.2.27 server.
If I stop the WAS 6.0.2.27 server then the embedded WAS will start.
The embedded WAS is part of Tivoli Directory Server. The docs of Tivoli DS say that I should modify the install_dir\appsrv\profiles\TDSWebAdminProfile\properties\portdef.props file if there is a conflict. I've done this and modified it so that the ORB_LISTENER_ADDRESS=9205. However when the embedded WAS is restarted, the error remains and the log file shows that it is still using port 9105.
Any ideas anyone on how to make the embedded WAS use a different ORB port?