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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to