On Jan 29, 2012, at 4:35 AM, Dean Del Ponte wrote: > I'm running tomcat 6 behind apache. > > I currently have an application deployed as "myApplication" and it is > available at "http://www.mydomain.com/myApplication". > > How can I make this application available at "http://www.mydomain.com" > without deploying it as ROOT.war? > If I remember well, you could accomplish this by adding a line like this in the server.xml: <Context path="" docbase="myApplication"> </Context>
I've always considered it a bit ugly but it should do the trick John --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org