Is it possible in Tomcat to allow running all servlets from a directory without configuring each one in web.xml ?
Location: http://www.jguru.com/faq/view.jsp?EID=499441 Created: Sep 18, 2001 Modified: 2003-02-24 03:36:11.266 Author: Alessandro A. Garbagnati (http://www.jguru.com/guru/viewbio.jsp?EID=32727) Question originally posed by Jarek Zuk (http://www.jguru.com/guru/viewbio.jsp?EID=495571 Jarek, maybe you can just use the same logic that is used by the servlet, calling an invoker for the given directory. I never tested it, but it sound right:
Related Questions
- Is it possible with Tomcat running in a standalone mode to obtain the usual httpd logs (with the remote address, date/time of connection, pages, etc.?
- Is it possible in Tomcat to allow running all servlets from a directory without configuring each one in web.xml ?
- Is it possible, with Tomcat, to allow ONLY secure connections (HTTPS) for a Context or a Directory?