[jboss-user] [Beginners Corner] - Re: Install JBoss 4.2.x on different port

babernat do-not-reply at jboss.com
Fri Aug 22 16:20:48 EDT 2008


Hi,

The app server cannot bind to that port because it is already in use. If you are using JBoss 4.2.3GA, you can change the port by editing the file located at:

server\xxx\deploy\jboss-web.deployer\server.xml

Once in there, change the port attribute:

  <Connector port="8080" address="${jboss.bind.address}" ....

Also keep in mind that there may be other binding issues with other ports such as JNDI, etc. So, you'll have to resolve each one individually.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172093#4172093

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172093



More information about the jboss-user mailing list