You are rewriting /oasys/init --> /cwsoft/init Then JkMount /oasys/* tomcatserver doesn't apply because the url become: /cwsoft/init You need to change it to: JkMount /cwsoft/init/* tomcatserver Gabriel Jérémie Balcaen <jeremie.balcaen@ c-w.be> To <users@xxxxxxxxxxxxxxxx> 26/11/2007 08:48 cc AM Subject mod_jk and Please respond to mod_rewrite users@xxxxxxxxxxx e.org Hello, I want to combine mod_jk and mod_rewrite in Apache to send a rewritten URL to Tomcat. Original URL : http://localhost/oasys/init Rewritten URL : http://localhost/cwsoft/init Since I want to forward the rewritten URL, I need to add the PT flag to the rewrite rule: RewriteEngine on RewriteRule ^/oasys/init$ /cwsoft/init [PT,L] But how can I apply the mod_jk rule to the original URL ? I add this line: JkMount /oasys/* tomcatserver but it does not work. I can only add a rule on the rewritten URL. (with JkMount /cwsoft/* tomcatserver) Is anybody have an idea how I can do that ? If it is not possible, must I rewrite the URL in Tomcat ? Jérémie --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx