> From: Steve Major [mailto:[EMAIL PROTECTED] > Subject: Re: Help with TomCat 6.0 & SSI > > My apps seem to have Context.xml 's in: > $CATALINA_HOME/webapps/manager/META-INF/Context.xml > $CATALINA_HOME/webapps/probe/META-INF/Context.xml
Those will be ignored, since they're not spelled correctly. Each name must be "context.xml", not "Context.xml" - case matters. > Are those necessary in addition to $CATALINA_HOME/conf/[enginename]/ > [hostname]/yourapp.xml ? Or is this all that I really need? You can use either; the <Context> in conf/Catalina/[host]/[appname].xml will override the one in META-INF/context.xml. During deployment, under some conditions, Tomcat will copy the one in META-INF/context.xml to conf/Catalina/[host]/[appname].xml (if it doesn't already exist), but I'd have to research when that does or does not happen. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]