Hi, my tomcat webapps has folders App and AppXyz and apache mod_jk.conf has the line: JkMount /App* worker1
So today Apache requests for /App and /AppXyz go to Tomcat /App and /AppXyz respectively. Now I want to change this redirection so all Apache requests of type /App* go to Tomcat /App only (and not AppXyz) How to accomplish this? Thanks, -sri