Jboss port numbers
14 June 2008While working with JBoss, you must have experienced port-number collision. JBoss is does not tell ports are in use, which services are using those and how you can change them. I will try to provide some useful information in this post.
In this post, I will talk particularly about JBoss version 4.03. All file references are relative to $JBOSS_HOME/server/default. Do assume that we are working with default configuration.
File: $JBOSS_HOME/server/default/deploy/jbossweb-tomcat50.sar/server.xml
Port - Service
8080 - web server
8009 - ajp13
8443 - ssl
File: $JBOSS_HOME/server/default/conf/jboss-service.xml
Port - Service
8083 - WebService
1099 - NamingService
1098 - NamingService
4444 - RMIObjectPort
File: $JBOSS_HOME/server/default/deploy/jms/uil2-service.xml
Port – Service
8093 - UILServerILService
Hope this helps.
Related Posts:
Top Of Page | Trackback
If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.
It will look like this: Jboss port numbers
There are a couple of other ways of doing this, by specifying a local IP to bind to, or using a bindings file. Please see here for more details.
http://wiki.jboss.org/wiki/ConfiguringMultipleJBossInstancesOnOneMachine
Kevin
JBoss Employee