Thanks very much for the troubleshooting Chuck. This completely solved
the problem and shaved a couple dozen bytes off my war file :)
Caldarale, Charles R wrote:
From: Mark Hawkes [mailto:[EMAIL PROTECTED]
Subject: Re: Tomcat 5.5.23: Cannot Deploy hello-world.war
$ cat META-INF/context.xml
<Context path="/hello-world" docbase="hello-world.war"
reloadable="true" debug="0">
<Loader checkInterval="1"/>
</Context>
Take out the path and docBase attributes - they're not allowed when the
<Context> element is in META-INF/context.xml. However, the real problem
is that there's no checkInterval attribute documented for <Loader> -
that's what's causing the error message you see; the entire <Loader>
element should just be removed.
- 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]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]