> From: Praful Sinha [mailto:[EMAIL PROTECTED] 
> Subject: RE: JNDI connection issue
> 
> The configuration files look like this:
> <Context path="C:\Tomcat 6.0\webapps\AppPts" reloadable="true"
> docBase="C:\Tomcat 6.0\webapps\AppPts" workDir="C:\Tomcat 6.0\work">

The above path attribute is clearly in error.  When it's valid to use
it, the path attribute is the HTTP URL of the webapp, not the location
in the file system.  Depending on where your <Context> element is
located, you likely must not use either the path or the docBase
attributes.  Read the doc:
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html

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

Reply via email to