Evan Swanson wrote:
> 
> Yeah, I have been wondering the same thing.
> 
> On unix is seems that you have to kill the process.
> Shutdown.bat and shutdown.sh do not seem to stop the Tomcat process.
> I am guessing they just log off all of the sessions 'gracefully'
> You then have to manually kill the process?
> 
> I am not sure if this is a problem with tomcat or it is supposed to be that
> way.
> 
> It seems to be the same effect when you use the manager application to
> shutdown tomcat so I am guessing that it was designed to work that way.
> 
> I have been unable to find any doco on the subject.
> 
> Does anybody know a better way of shutting down the server than killing the
> process?
> 


  I've got Tomcat 4.0.1/JDK1.3.1_01 shutting down happily on Solaris x86
just spiffy like. It does seem to take it a while to spool everything
down. Currently it's only loading about 10 servlets and if I tail the
output log as the thing is shutting down I can see it hitting all the
destroy() methods and shutting down JNDI, JDBC and LDAP connections.
Make sure that all your servlets clean up after themselves and it should
shutdown fine.


-- 
Steve Brunton   <[EMAIL PROTECTED]>  Phone: 404-827-2756
Chief Engineer Enterprise Systems    One CNN Center, Atlanta GA
CNN Internet Technologies          ICBM: 84W 23' 45" 33N 45' 29"
<*> I used to have a handle on life, but it broke. <*>

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

Reply via email to