Here is some more relevent information about Contexts in Tomcat. This is just an addition to the post I made yesterday.  I found this on the 
Tomcat Deployer How-To  webpage.
A Word About Contexts In talking about deployment of web applications, the concept of a Context  is required to be understood. A Context is what Tomcat calls a web application.Context Descriptor  is required. A Context Descriptor is simply an XML file that contains Tomcat related configuration for a Context, e.g naming resources or session manager configuration. In earlier versions of Tomcat the content of a Context Descriptor configuration was often stored within Tomcat's primary configuration file server.xml  but this is now discouraged (although it currently still works).$CATALINA_HOME/conf/[enginename]/[hostname]/context.xml                 $CATALINA_HOME/webapps/[webappname]/META-INF/context.xml 
No comments:
Post a Comment