Howdy,
My two cents... Solaris 2.6 on an Ultra 10, tomcat 4.0.1, takes about
20 seconds for complete startup, less than five seconds for complete
shutdown (process gone and everything).  My setup right now has
3 webapps, one of which spawns a couple of threads (but takes care
to terminate them appropriately)... 

Yoav

Steve Brunton wrote:
> 
> 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]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to