java.net.BindException: Address already in use: JVM_Bind:8080
Both JBoss and Oracle RDBMS are using the port 8080. HTTP Server for JBoss, XDB listener for Oracle RDBMS.
So is the error "java.net.BindException: Address already in use: JVM_Bind:8080"
Way to over come is change the port of JBOSS change it to 8081 from 8080 in these two files given below so that you can avoid the error----- ;))
1) server.xml in
D:\jboss-3.2.6\server\all\deploy\jbossweb-tomcat50.sar
2) jboss-service.xml in
D:\jboss-3.2.6\server\all\deploy\http-invoker.sar\META-INF
So is the error "java.net.BindException: Address already in use: JVM_Bind:8080"
Way to over come is change the port of JBOSS change it to 8081 from 8080 in these two files given below so that you can avoid the error----- ;))
1) server.xml in
D:\jboss-3.2.6\server\all\deploy\jbossweb-tomcat50.sar
2) jboss-service.xml in
D:\jboss-3.2.6\server\all\deploy\http-invoker.sar\META-INF
that help me solve my headache. Thank a lot. :D
Posted by Unknown | 12:59 AM