http://wolfpaulus.com/jounal/mac/tomcat7/, the default page in http://localhost:8080 returned a blank page.
There can be several reasons that is causing this issue, and mine got fixed when I changed the default Tomcat port from 8080 to 8081 (It can be any available port) following http://www.mkyong.com/tomcat/how-to-change-tomcat-default-port/
To check the availability of ports and verify Tomcat is running in 8081, use the following command:
netstat -anf inet
The required change to change the port (In
port="8181" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
No comments:
Post a Comment