Can't remove the classes.
All the apps share the same repository, so that is not an option.
I did do this however and it worked.
set servlet-webdir to "none".
Voila!

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of J.T. Wenting
> Sent: Tuesday, November 07, 2000 4:59 PM
> To: Orion-Interest
> Subject: RE: Forcing servlet declarations
> 
> 
> remove the classes?
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Russ White
> > Sent: 07 November 2000 20:25
> > To: Orion-Interest
> > Subject: Forcing servlet declarations
> > 
> > 
> > I have several apps the share common libraries. Some apps I 
> > want to execute some
> > servlets in the library but not others.
> > 
> > Is there a way to keep a web-app from executing arbitrary servlets?1
> > 
> > Ordinarily http://yourserver.com/servlet/class will execute 
> > class as long as it
> > is in the classpath and has no security restraints that are 
> > unresolved.
> > 
> > I want only servlets that are declared in the web.xml file to 
> > be executed.
> > 
> > Is there a way to do this?
> > 
> > I tried removing the servlet-webdir attribute for the 
> > <orion-web-app> tag, but
> > no dice.
> > 
> > Anything else I can try?
> > 
> > Thanks,
> > Russ
> > 
> > 
> 
> 

Reply via email to