> From: Paul Pepper [mailto:[EMAIL PROTECTED]
> Subject: Re: Problem with JNDI environment entry resources
>
> Tomcat 6 docs states that docBase is a valid attribute
> in this situation.

I'll have to check the docs again.  However, docBase is only legal when the 
webapp is stored outside of the <Host> appBase directory.  Otherwise, you risk 
ending up with double deployment.

> unless I named the application ROOT, which is less than ideal

That is the defined mechanism for specifying the default webapp in current 
Tomcat levels.

> Would folks here, then, be inclined to believe that there is a bug in
> using <Context/> within a server.xml file?

Placing <Context> elements in server.xml is really only there for compatibility 
with older versions of Tomcat.  Personally, I'd like to see it made illegal, 
which would put an end to many potential configuration errors.

 - 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