Java Mailing List Archive

http://www.junlu.com/

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

RE: context.xml in Tomcat 6

Caldarale, Charles R

2007-01-16

Replies:

> From: Wojtek Kusch [mailto:w_kusch@(protected)]
> Subject: context.xml in Tomcat 6
>
> in Tomcat 5.x I had my context-file in directory
> conf/catalina/localhost

The same location is also correct for Tomcat 6, except it's "Catalina",
not "catalina" (case sensitive).

> <Context path="/unleashed" docBase="unleashed" debug="1"

The path attribute must not be used, since the path to the app is
inferred from the name of the .xml file. (This was also true in the 5.x
levels, but 6.x may be more picky.)

- 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.