HI I'm using Tomcat 4.0.1 and Apache (with mod_webapp).
When on AJP12 with Tomcat, I was able to place some servlets in my ROOT context. Then, by using the directive "JkMount /servlet ajp12", I was able to call servlets below http://host/servlet/ Now, with Tomcat 4.0.1 for example, I can put SnoopServlet in the ROOT/WEB-INF/classes directory and reach http://host:8080/servlet/SnoopServlet So its OK through Tomcat standalone. How do I make that available through apache (http://host/servlet/SnoopServlet). I don't want a servlet context. I just want to leave some of my servlets in the ROOT context and allow them to be picked up by the /servlet path mapped by the invoker servlet, as with AJP12 and AJP13. Any ideas ? Chris -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
