Installing Multiple OMII servers and their Databases


The OMII Server release enables you to do the following:

During installation, other existing RUNNING OMII Server installations on the same machine can be detected. All three of the Tomcat ports are checked for their availability and the PostgreSQL database port is also checked to see if it is already in use:

Alternatively, before you install a second server on a machine, you could use the command:

netstat -tap|less

to list all ports which are actively listening. You can then set the environment variables for all three ports to different values prior to the second installation eg.

export OMII_TOMCAT_PORT=28080

export OMII_TOMCAT_AJP_PORT=28008

export OMII_TOMCAT_SHUTDOWN_PORT=28007

Related Topics