K J.Sreekumar wrote:
Hello Andre,
Thank you for your attention to this query.
The these entries in the netstat shows tomcat running. (These were missing
in the original message and were appended in a subsequent mail.)
TCP 0.0.0.0:8009 0.0.0.0:0 LISTENING 5356
[tomcat6.exe]
It looks like you are not using the above port. So you could comment out the following in
your server.xml :
<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
It will not solve your problem, but it will simplify what we're looking at.
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 5356
[tomcat6.exe]
Apart from the above and the other ports in LISTEN state, when "tomcat freezes", do you
have any other ports in the netstat listing, shown as "CLOSE_WAIT" for example ?
If yes, how many ?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org