> -----Original Message-----
> From: Randy Secrist [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, October 06, 2002 2:25 PM
> To: Tomcat Users List; [EMAIL PROTECTED]
> Subject: Re: Not Autoloading servlets?
> 
> 
> No I did not.  I only want them to load at startup - using 
> the tag in the
> web.xml.  I do not want the ability to reload them to be active.
> 
> Was the security bug in the invoker servlet itself, or was it 
> in using the
> invoker servlet from the global xml file?  

both. the bug existed in the code and the web.xml enabled it by default.

> Is it still safe to use the
> invoker servlet from within each web app?
> 

I believe it is safe in the patched versions, but why do want to use it? Why
not just map a path to use for each servlet? if you have too many servlets
to change, then you can map /servlet/myservlet to myservlet - without
enabling the invoker.

Charlie

> Randy
> ----- Original Message -----
> From: "bedetrob" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Sunday, October 06, 2002 11:34 AM
> Subject: RE: Not Autoloading servlets?
> 
> 
> > did you set the reloadable option to true in the context 
> element of the
> > server.xml?
> >
> > > -----Original Message-----
> > > From: Randy Secrist [mailto:[EMAIL PROTECTED]]
> > > Sent: Sunday, October 06, 2002 10:19 AM
> > > To: Tomcat Users List
> > > Subject: Not Autoloading servlets?
> > >
> > >
> > > I recently moved from 4.04 to 4.1.12.  Tomcat is no longer
> > > autoloading my servlets from my web.xml file.  Nothing in that
> > > file has changed since I moved to 4.1.12.  Nothing shows up in
> > > the logs that suggests it even attempted to auto load them.  What
> > > is going on?
> > >
> > > Randy
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

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

Reply via email to