Re: Catalina vs.preServletInit et. al.

2001-03-23 Thread Craig R. McClanahan
On Fri, 23 Mar 2001, Thom Park wrote: > Hmm.. > > interesting - In my modification(s) I was setting some > thread-local objects which were then used by some objects > referred to in my servlet. > > i.e. I was setting a naming-context such that it referred to the > naming context that was appr

Re: Catalina vs.preServletInit et. al.

2001-03-23 Thread Thom Park
Hmm.. interesting - In my modification(s) I was setting some thread-local objects which were then used by some objects referred to in my servlet. i.e. I was setting a naming-context such that it referred to the naming context that was appropriate for my execution thread. If I register an event-

Re: Catalina vs.preServletInit et. al.

2001-03-23 Thread Craig R. McClanahan
On Fri, 23 Mar 2001, T. Park wrote: > > Hello, > > I'm a newbie to the Catalina code line and need some guidance (lots actually)... > > I have a custom interceptor that works really well with Tomcat 3.x that does > some special setup work > in the preServletInit/postServletInit, preService/p