AdminManager listens for ClientView connections on port 1099, which is the default port for Java RMI applications. If this port is already in use by another application, you can configure AdminManager to listen on an alternate port. To do so, Admin Manager must be launched manually from the command line.
For Windows®:
Open a command window and change directory to where the GCEMS servers have been installed and enter:
java -jar AdminManager.jar -p [port number]
For Linux:
Open a command window and change directory to where the GCEMS servers have been installed and enter:
../../jre/bin/java -jar AdminManager.jar -p [port number]
When running AdminManager on a port other than 1099, ClientView must also specify this alternate port. To do so, open the client.properties file (located at Program Files/dialogic/IMGUserInterface/ClientView/) and change the " rmi port" entry (highlighted below) to the desired port:
<? xml version="1.0" encoding="UTF-8"?>
<properties version="1" reserved="">
<property key="help.0" value="IMG Help:..\WebHelp\IMG.htm" />
<property key="host.0" value="localhost" />
<property key="host.max" value="5" />
<property key="launch_eventviewer" value="false" />
<property key="logfiles" value="C:\Program Files\Cantata/common/log" />
<property key="product" value="IMG" />
<property key="rmi_port" value="1099" />
<property key="username.0" value="admin" />
<property key="username.max" value="5" />
</properties>