Details
Description
Cargo currently is not supported multiple instances of the appserver to be running in parallel due to ports conflict. For instance, when JBoss starts, it opens a lot of ports. There should be away to configure these ports so we can start any number of appservers.
Issue Links
- depends upon
-
CARGO-485
Cargo container instances need a unique identifier
-
I've added support to run multiple instances of JBoss by adding a new JBossPropertySet.PORTSFILE
If this is set and points to a files contained extra port values, it will be used. If not, default port values will be used.
jboss.RmiPort=2398
jboss.WebServicePort=9383
jboss.RMIObjectPort=5744
jboss.ServerBindPort=5745
jboss.HAJNDIPort=2400
jboss.CorbaORBPort=4828
jboss.JMXRMIPort=28201
jboss.SnmpAgentLoggerPort=2462
jboss.SnmpAgentAdaptorPort=2461
jboss.MqPort=9393