> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] 
> Subject: Re: Eclipse with tomcat and mysql
> 
> But the funny thing is the docs say to put path and docBase in.

The path and docBase attributes are used only when the <Context> element
is in server.xml, not when it's in a webapp's META-INF/context.xml or in
conf/Catalina/[host]/[appname].xml.  The docBase attribute can be used
in the latter case, but only when the webapp is deployed somewhere other
than under the <Host> appBase directory.

http://tomcat.apache.org/tomcat-5.5-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