for mod_jk you have to set
JkOptions ForwardURICompat
into httpd.conf and have mod_rewrite load before mod_jk
I have no idea if this option is present in mod_jk2
Note however that this brakes the spec because the servelts/jsps etc get
as requested uri the rewritten part and not the original issued
Try loading (and maybe configuring?) mod_rewrite before mod_jk. I had a similar
experience with mod_jk2 and mod_rewrite.
Jamey
-Original Message-
From: Nicolas [mailto:[EMAIL PROTECTED]
Sent: Sunday, July 13, 2003 3:57 PM
To: [EMAIL PROTECTED]
Subject: mod_rewrite & mod_jk2
hi
f
hi
first: i did post to tomcat user-first > got reply to check out tomcat-dev
is mod_rewrite supported ?
example:
RewriteEngine on
RewriteRule^/test$ /examples/servlets/index.html
JkSet uri:/examples/*.group ajp13:unixsocket
the request /test tries to access /examples/servlets/index.html in