I have setup apache and tomcat6 and forward all requests to tomcat with mod_jk.
I want all url for a specific virtualhost to be forwarded to tomcat except for the webmail folder that should be handled by apache.
Currently I am using the JkMount /* worker1 directive in the httpd.conf
Please suggest how I could accomplish this.