> From: jeusdi [mailto:[EMAIL PROTECTED] 
> Subject: docBase application directory
> 
> META-INF/context.xml-->
> <?xml version="1.0" encoding="UTF-8"?>
> <Context path="/web_gm" reloadable="true" docBase="web_gm"
> workDir="web_gm/work">
> </Context>

If you're using any reasonably recent version of Tomcat (you didn't
bother to tell us), neither the path nor the docBase attribute are
allowed in the <Context> element when it's in META-INF/context.xml.
Remove those, and then let's work on your real problem.

What is the deployed directory structure of your webapp?  (Not
interested in what shows up in your IDE - we need to look at reality.)

 - 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