I found that its work ok with httpd.conf like this:
...
JkMount /app/* balancer
JkUnMount /app/ntd/* balancer
...

But this is not very well cause i need to add many exception pathes
like this to httpd.conf :(
I just need to have mod_rewrite directives with more priority than JkMount.
Just like in apache1.3+mod_jk1.2.4
How can i tune this?

> I send URL http://testsite.net/app/ntd/give?someparams=value
> And i give a tomcat page "Sorry, we have no such page" instead of my
> http://testsite.net/give.shtml?someparams=value page.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to