groupalias v wrote:

httpd.conf
-------------

LoadModule jk_module          modules/mod_jk.so

<IfModule jk_module>

What the h.. is this line for : ?

Alias /test/ "/srv/tomcat6/webapps/A"

It kind of contradicts these next lines :


JKMount        /test/ A
JkMount     /test/* A

Because of the Alias line, I don't think that mod_jk even gets to see your /test/ URLs.



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

Reply via email to