If I have a web app under Tomcat set as the root context,  how should I set up
my JkMount specs in mod_jk.conf such that calls to anything ending in .jsp
or starting with /servlet are sent to tomcat?

All of the examples I've seen so far redirect calls to Tomcat just based on the
context name, e.g.:

JkMount /examples ajp13
JkMount /examples/* ajp13

How would I set up the jsp/servlet redirection patterns? Is this correct?

JkMount /servlet ajp13
JkMount /*.jsp ajp13

Thanks

Reply via email to