Re: get Mod_jk precedence over mod_rewrite in Apache2

2009-05-06 Thread Christophe Dumonet
thanks for answers, JkUnMount forward to my apache2, and mod_rewrite does its job then. Thanks to the list ! Christophe Dumonet Centre de Ressources Informatiques Institut Francais de Mecanique Avancee (IFMA) Campus des Cezeaux BP 265 63175 AU

Re: get Mod_jk precedence over mod_rewrite in Apache2

2009-05-05 Thread Rainer Jung
On 05.05.2009 16:13, André Warnier wrote: > christophe.dumo...@ifma.fr wrote: > ... > Suggestion : > instead of using the JkMount/JkUnMount way of configuring your forwarded > URLs, use the way described here : > http://tomcat.apache.org/connectors-doc/reference/apache.html > in the section : Using

Re: get Mod_jk precedence over mod_rewrite in Apache2

2009-05-05 Thread Rainer Jung
On 05.05.2009 14:38, christophe.dumo...@ifma.fr wrote: > Hello to the list, > > Here is my context : > My apache2 server must provide a default access (http://servername/*) to > a default (Tomcat) webapps ROOT, so I configure mod_jk in apache2 like > this : JkMount / * /home/tomcat/webapps/ROOT,

Re: get Mod_jk precedence over mod_rewrite in Apache2

2009-05-05 Thread André Warnier
christophe.dumo...@ifma.fr wrote: ... Suggestion : instead of using the JkMount/JkUnMount way of configuring your forwarded URLs, use the way described here : http://tomcat.apache.org/connectors-doc/reference/apache.html in the section : Using SetHandler and Environment Variables In other words