Howdy,
No, you don't need to recompile.

My guess is you have non-daemon threads your webapp has started, and
that's why the JVM can't exit.  This is not a rare problem.  You need to
make sure any threads you start are either daemons (so the JVM kills
them automatically) or are properly interrupted and terminated when your
app is shutting down.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Fabio Bazzani [mailto:[EMAIL PROTECTED]
>Sent: Thursday, September 04, 2003 11:42 AM
>To: Tomcat Users List
>Subject: tomcat 4.1.27: cannot shutdown tomcat !!
>
>shutdown with telnet is ok.
>
>It appears the message "Stopping service Tomcat-Standalone" on the
shell
>but
>the Window does not close.
>
>Should I recompile the entire catalina source code ?
>
>Thank you
>
>fabio
>
>----- Original Message -----
>From: "Shapira, Yoav" <[EMAIL PROTECTED]>
>To: "Tomcat Users List" <[EMAIL PROTECTED]>
>Sent: Thursday, September 04, 2003 4:28 PM
>Subject: RE: (errata corrige) tomcat 4.1.27: cannot shutdown tomcat !!
>
>
>
>Howdy,
>
>>> >Can you telnet to localhost:8005 and issue SHUTDOWN?
>>
>> YES, but how to issue shutdown ?
>
>Ah, OK, this is better.  Just type SHUTDOWN and press enter.  Tomcat
>looks for any TCP/IP connection with sending that string.  See the
>Server configuration reference:
>http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/server.html
>
>See the await() function here for the source code:
>http://cvs.apache.org/viewcvs/jakarta-tomcat-catalina/catalina/src/shar
e
>/org/apache/catalina/core/StandardServer.java?rev=1.22&content-type=tex
t
>/vnd.viewcvs-markup
>
>Yoav Shapira
>
>
>
>
>
>This e-mail, including any attachments, is a confidential business
>communication, and may contain information that is confidential,
>proprietary
>and/or privileged.  This e-mail is intended only for the individual(s)
to
>whom it is addressed, and may not be saved, copied, printed, disclosed
or
>used by anyone else.  If you are not the(an) intended recipient, please
>immediately delete this e-mail from your computer system and notify the
>sender.  Thank you.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to