[BUG] servlet life cycle

2001-03-02 Thread [EMAIL PROTECTED]
I think there is some problems in tomcat3.3m1 : 1/ the destroy() method of servlets isn't call on shutdown - state problem between Context.removeServletByName() and ServletHandler.destroy() 2/ if a servlet handler falls in STATE_DISABLED, the underlying servlet can't be reloaded and

Re: [BUG] servlet life cycle

2001-03-02 Thread Dan Milstein
Thanks for these bug reports -- if you enter them into the Bug tracking tool (Bugzilla), there's a MUCH better chance that they'll get tracked/dealt with. The link is: http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%203 -Dan "[EMAIL PROTECTED]" wrote: I think there is some