Wednesday, August 18, 2010

java.net.BindException: Address already in use: JVM_Bind:8080

This occurs when 8080 port is already used by other application. Check the server.xml in tomcat and change the port as shown below.



this should solve the java.net.BindException: Address already in use: JVM_Bind :80

happy deployment :)

No comments: