> From: Bryan Basham [mailto:[EMAIL PROTECTED] > Subject: Creating a custom session manager > > I am trying to use the <DefaultContext> tag to setup the > manager on all webapps.
Assuming you're using a current (5.5 or better) level of Tomcat, I don't believe the <DefaultContext> tag is used anymore (<Host> doc error). The default context values should be placed inside a <Context> element in one of these two locations: $CATALINA_HOME/conf/context.xml $CATALINA_HOME/conf/[enginename]/[hostname]/context.xml.default See: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html for details. - 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]