Several JBoss instances in the same server
From OpenKM Documentation
You can have several JBoss instances in the same server, and only need to modify some default JBoss ports.
- Edit $JBOSS_HOME/server/default/deploy/jbossweb-tomcat55.sar/server.xml and change these ports: 8080, 8009 and 8443.
- Edit $JBOSS_HOME/server/default/conf/jboss-service.xml and change these ports: 8083, 4444, 4445, 1098 and 1099.
- Edit $JBOSS_HOME/server/default/deploy/jms/uil2-service.xml and change this port: 8093.
- Edit $JBOSS_HOME/bin/shutdown.sh and add to the last "localhost" line the new HTTP port.
# Execute the JVM
exec "$JAVA" \
$JAVA_OPTS \
-classpath $JBOSS_CLASSPATH \
org.jboss.Shutdown localhost 8081 "$@"
More info about this topic at: