I want to set up a virtual host in Tomcat 6 and to deploy my .war as the root application in that virtual host. Must this application be under "webapps" or it is possible to set up the separate web apps. directory (NOT under CATALINA_HOME/webapps) for an individual virtual host? It was possible under Tomcat 5.5 and now i have problens with Tomcat 6 when I try to setup such configuration.