I've been trying to setup tomcat in such a way that the source code is outside of the CATALINA_HOME directory. The location of my code is "c:\testapp". I assumed that all I needed to do was set the docbase in the apps xml file(testapp.xml) located in the localhost directory to accomplish this.
Yes, the WEB-INF directory, as well as the necessary subdirectories are included. In order to make things as crystal clear as possible I'll include the entire contents of my testapp.xml file.
Originally posted by Dave Berkheimer: Yes, the WEB-INF directory, as well as the necessary subdirectories are included. In order to make things as crystal clear as possible I'll include the entire contents of my testapp.xml file.