Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Apache Tomcat »

RE: Creating a custom session manager

Caldarale, Charles R

2007-01-09

Replies:

> From: Bryan Basham [mailto:bbasham@(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@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.