All I am trying to configure my tomcat so that i can server WAR's that are automatically generated. This application we have will deploy multiple WAR's and remove them over time, so instead of setting up the JKmounts in apache we just want to be able to say serve everything under http://www.serverlist.com/ct/* and then have apache serve everything in the / for static content.
Is there a simple way to set this up using AJP13 i can't seem to find it.
