You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Benjamin Cuthbert <be...@db.com> on 2005/06/02 14:35:51 UTC

Webapp Alias

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.