JBoss Application Server Start Failed. HTTP Connector port 8080 is already in use

JBoss Application Server Start Failed. HTTP Connector port 8080 is already in use
Cause:
When you try to start JBoss Application Server. In my case, within NetBeans. As the error indicates, this happens when the port JBoss tries to listen on is in use.

Solution:
Change the default port to a different port. In this case, 7070
  1. Change port number to an unused port
  2. Edit C:\jboss-4.0.5.GA\server\default\deploy\jbossweb-tomcat55.sar\server.xml
  3. Change connector port 8080 to 7070

0 comments:

Post a Comment