JBoss Application Server Start Failed. HTTP Connector port 8080 is already in useCause:
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
- Change port number to an unused port
- Edit C:\jboss-4.0.5.GA\server\default\deploy\jbossweb-tomcat55.sar\server.xml
- Change connector port 8080 to 7070
0 comments:
Post a Comment