All of a sudden I cannot connect to tomcat through the web browser. Explorer just times out.
But as you can see in the screenshot, it appears tomcat is started.

I am on:
Microsoft Windows Server 2003.
Apache Tomcat 5.5.25 Server
Please help. Thanks!
|
All of a sudden I cannot connect to tomcat through the web browser. Explorer just times out. But as you can see in the screenshot, it appears tomcat is started.
I am on: Microsoft Windows Server 2003. Apache Tomcat 5.5.25 Server Please help. Thanks! |
||||
|
|
|
Are you trying to access it on http://localhost/? If so, then that'll be you problem. Tomcat listens on port 8080 by default. |
|||
|
|
If you have a firewall on the machine it would cause IE to time out when trying to connect. If this is the case you need to make an exception for tomcat, or open the right port. (Unfortunately it's been a while since I did this on a Windows machine, so I can't tell you the detailed steps to configure the firewall). |
|||
|
|