David Crane wrote:
...
I also have this mod_jk directive, which would act on either version of
the URL:
JkMount /* worker1
Considering the above directive, then why do you have, at all :
- an Apache httpd in front of your Tomcat ? Since you are attempting to
pass everything to Tomcat anyway, why not save yourself the
complication, remove httpd, and have Tomcat listening directly on port
80 with it's HTTP Connector ?
- and if you have some reason to keep an Apache httpd in front, then
with the above directive you do not need your RewriteRule.
Just let the original URL go through.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org