if more than one deployment is deployed on a single machineJBossserver, you need to modify the relevant ports to avoid port conflicts. Currently confirm that the configuration needs to be modified as follows
First,VI $JBOSS _home/server/default/conf/JBoss-service.xml
1. WebService Port
<mbean code= "org.JBoss. Web. WebService "
name= "JBoss: Service=webservice ">
<attribute name= "Port" >8083</attribute>
2. Jndi Port:
<mbean code= "org.JBoss. naming. Namingservice "
name= "JBoss: service=naming "
xmbean-dd= "Resource:xmdesc/namingservice-xmbean.xml" >
<attribute name= "Port" >1099</attribute>
<attribute name= "Port" >1098</attribute>
3. RMI Port:
<mbean code= "org.JBoss. Invocation.jrmp.server.JRMPInvoker "
name= "JBoss: SERVICE=INVOKER,TYPE=JRMP ">
<attribute name= "Rmiobjectport" >4444</attribute>
</mbean>
<mbean code= "org.JBoss. Invocation.pooled.server.PooledInvoker "
name= "JBoss: service=invoker,type=pooled ">
<attribute name= "Serverbindport" >4445</attribute>
</mbean>
Second,VI $JBOSS _home/server/default/deploy/jbossweb-tomcat55.sar/server.xml
1. HTTP port:
<connector port= "8080" address= "${JBoss. bind.address} "/>
<connector port= "8009" address= "${JBoss. bind.address} "/>
Third,VI $JBOSS _home/server/default/deploy/jms/uil2-service.xml
1. JMS:
<mbean code= "org.JBoss. Mq.il.uil2.UILServerILService ">
<attribute name= "Serverbindport" >8093</attribute>