How do you do servlet aliasing with Apache and Tomcat?
Location: http://www.jguru.com/faq/view.jsp?EID=250363 Created: Nov 9, 2000 Modified: 2000-11-21 03:04:34.094 Author: Serge Knystautas (http://www.jguru.com/guru/viewbio.jsp?EID=100012) Question originally posed by Felix Wong (http://www.jguru.com/guru/viewbio.jsp?EID=102927 Servlet aliasing is a two part process with Apache and Tomcat. First, you must map the request in Apache to Tomcat with the ApJServMount directive, e.g., ApJServMount /myservlet /ROOT Second, you must map that url pattern to a servlet name and then to a servlet class in your web.xml configuration file. Here is a sample exerpt: