Title: JkMount for all context

How do you write a JkMount that will apply to all servlet context,
assuming that the URI will always have 'servlet' in it? In other
words, I don't want to write:
  JkMount /context1/servlet/myServlet ajp13
  JkMount /context2/servlet/anotherOne ajp13
  JkMount /context3/servlet/aThirdOne ajp13

I tried:
  JkMount /*/servlet/* ajp13

but this doesn't seem to give me what I want. The above
line forwards ALL requests to Tomcat, including non
servlet (static pages) requests.

Any suggestions?

thanks,
shinta

Reply via email to