I'd like to have apache proxy all jsp and servlets to an underlying
tomcat, but I'm having some trouble getting the JkMount directives
right. I have:

  JkMount /*.jsp local
  JkMount /*/servlet/ local

which are pretty much from the docs. using those I get the following:

localhost/foo/test.jsp               tomcat
localhost/foo/bar/test.jsp           tomcat
localhost/servlet/                   apache
localhost/foo/servlet/               tomcat
localhost/foo/bar/servlet/           apache

This is a bit weird, because the * is behaving differently in the 2
cases. Is there a simple way to use JkMount so all that goes to
tomcat, or am I going to need to make explicate entries for each URL?
I've tried a couple permutations of the *, but always the same result.

System is debian testing, mod-jk is 1.2.5, tomcat is 4.0.4, apache is 1.3.29

thanks
seph

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to