mod_jk and mod_rewrite

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 

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


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux