And another question is what happens if war is not under webapps directory. Is it possible to configure Tomcat so that it uses war not from webapps directory ?
As far as i understood from documentationb it should be possible :
..........
- Add a <Context> entry in the Tomcat server.xml configuration file. This approach is described briefly below, and allows you to position the document root of your web application at some point other than the $TOMCAT_HOME/webapps/ directory. Doing this requires the following steps (for Tomcat 3.2)
..................
I`ve tried to follow this instruction unfortunaly did not succeed. Could someone please, kindly give a short example of war-non in webapps directory deployment ? Is it possible at all ?
