Jboss port numbers

14 June 2008

While 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.

del.icio.us:Jboss port numbers  digg:Jboss port numbers  spurl:Jboss port numbers  wists:Jboss port numbers  simpy:Jboss port numbers  newsvine:Jboss port numbers  blinklist:Jboss port numbers  furl:Jboss port numbers  reddit:Jboss port numbers  fark:Jboss port numbers  blogmarks:Jboss port numbers  Y!:Jboss port numbers  smarking:Jboss port numbers  magnolia:Jboss port numbers  segnalo:Jboss port numbers  gifttagging:Jboss port numbers

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

One Response to “Jboss port numbers”

  1. Kevin Barfield Says:

    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

Leave a Reply