Tomcat hangs in shutdown
Posted
by Morven
on Server Fault
See other posts from Server Fault
or by Morven
Published on 2010-05-20T22:25:56Z
Indexed on
2010/05/20
22:30 UTC
Read the original article
Hit count: 160
I have a Tomcat server that won't shut down.
It is listening on the correct port (8005, for this one) to receive the SHUTDOWN command. I can issue that command, either with the bin/shutdown.sh
script or by telnetting to that port and typing SHUTDOWN
.
At this point, the shutdown port closes; I can no longer connect to it. The AJP13 port stays open, though; nothing is logged in catalina.out
, and things don't shut down.
Anyone seen this before?
This is on Solaris 10 on Sparc, if it matters (it probably doesn't) and Tomcat version 6.0.20.
© Server Fault or respective owner