I want to serve a few static pages with standalone tomcat 3.3.1 (no apache etc). I got that to work (<StaticInterceptor listings="false" />). However, it is still possible to access pages in other contexts if I know the path:
http://host.dom:4711/otherapplication/someknownpath/file.html But if I try http://host.dom:4711/otherapplication/WEB-INF/web.xml I get a 403 Forbidden. How can I make tomcat to return 403 (or 404) for the first path as well? I just couldn't find anything in the docs or google. Thanks, Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
