The default HTTP port is 8080 and it is configured in the HTTP connector. Open the TOMCAT-HOME/conf/server.xml file and search for the following.
java.net.BindException: Address already in use:8080
Some time you may encounter this error when trying to start tomcat server. This is because the port 8080 is already being used by some other application. The solution is to change the tomcat port from 8080 to some thing else as explained above.
No comments:
Post a Comment