> From: Lakshmi Venkataraman [mailto:[EMAIL PROTECTED] 
> Subject: RE: Tomcat deployment question
> 
> When tomcat is started and starts reading htdocs.xml,
> I get the following message:
>  Warning: a docBase w:\INM\Apache\htdocs\htdocs inside the 
> host appBase has been defined and will be ignored.

Again, the docBase attribute in a <Context> element should only be used
when the webapp is located completely outside of Tomcat's directory
structure.  If the webapp is under appBase, you don't need (or want) a
docBase attribute.

 - 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