If I disable the invoker, I can't access to any of my servlets from the main servlet.
The method is that the user use the name in the mapping to enter the application and from there I fw the request to the relevant servlet (kind of dispatcher) and from the main servlet I use the original class names and classpath. -----Original Message----- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Tue, November 19, 2002 16:53 To: Tomcat Users List Subject: RE: access to servlets Hi, Disable the invoker servlet mapping in the main web.xml (conf/web.xml). Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Oded Hasidi [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, November 19, 2002 8:49 AM >To: [EMAIL PROTECTED] >Subject: access to servlets > >How can I prevent access to servlets through the: > <http://> //servlet/com.package1.package2.ServletName">http://<web-site- >address>/<app>/servlet/com.package1.package2.ServletName . > >I want to grant access only to the mapped servlets in the web.xml file. > >Thanks > >Oded Hasidi -- 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]>
