> From: Johnny Kewl [mailto:[EMAIL PROTECTED] 
> Subject: Re: WAR deployment incomplete (sometimes)
> 
> Found this article.....
>
http://archives.devshed.com/forums/java-118/missing-application-web-xml-
1620719.html

Which, unfortunately, came to what I think was the wrong conclusion.  I
suspect the real problem was the erroneous inclusion of a docBase
attribute in the <Context> element.

> <?xml version="1.0" encoding="UTF-8"?>
> <Context path=""/>

I hope you don't have the above in your web.xml, since the <Context>
element doesn't go there.  And, of course, having a path attribute in a
<Context> element is not valid unless the <Context> is in server.xml,
which is strongly discouraged.

 - 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