> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Roger Keays
> Subject: javax.naming.NameNotFoundException: Name jdbc is not 
> bound in thisContext
> 
> The following configuration gives me a 
> javax.naming.NameNotFoundException:
> 
> <Context path="/">

That path specification is incorrect, regardless of the version of
Tomcat you're using (which you didn't bother to tell us).  If you're
trying to declare the default webapp, the path must be an empty string,
not a slash.  Also note that for any Tomcat released in the last few
years, the only time a path attribute is allowed at all is when the
<Context> element is in server.xml (where it should never be).

 - 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