Re: Instances of a Servlet

2000-11-16 Thread Jim Rudnicki
> > I'm seeing a behaviour that suggests instantiation of servlets > > due to an invocation via a "servlet-mapping" or via the > > InvokerServlet (/servlet) are handled differently. > > > > More specifically, given that I've set up a Context for > > the path "/foo", and within that context, I've m

Re: Instances of a Servlet

2000-11-16 Thread Craig R. McClanahan
Rob Shaw wrote: > I'm seeing a behaviour that suggests instantiation of servlets > due to an invocation via a "servlet-mapping" or via the > InvokerServlet (/servlet) are handled differently. > > More specifically, given that I've set up a Context for > the path "/foo", and within that context, I

Instances of a Servlet

2000-11-16 Thread Rob Shaw
I'm seeing a behaviour that suggests instantiation of servlets due to an invocation via a "servlet-mapping" or via the InvokerServlet (/servlet) are handled differently. More specifically, given that I've set up a Context for the path "/foo", and within that context, I've mapped "/some" to SomeSe