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
n.xml
OR
in $CATALINA_HOMEconf/server.xml for - Original Message -
From: "Mark Hawkes" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Friday, June 15, 2007 5:48 PM
Subject: Re: Tomcat 5.5.23: Cannot Deploy hello-world.war
Caldarale, Charles R wrote:
F
> From: Mark Hawkes [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat 5.5.23: Cannot Deploy hello-world.war
>
> $ cat META-INF/context.xml
>reloadable="true" debug="0">
>
>
Take out the path and docBase attributes - they're not all
Caldarale, Charles R wrote:
From: Mark Hawkes [mailto:[EMAIL PROTECTED]
Subject: RE: Tomcat 5.5.23: Cannot Deploy hello-world.war
The structure looks good.
META-INF/context.xml
WEB-INF/web.xml
What's in the above two files?
$ cat META-INF/context.xml
$ cat WEB-INF/web.xml
> From: Mark Hawkes [mailto:[EMAIL PROTECTED]
> Subject: RE: Tomcat 5.5.23: Cannot Deploy hello-world.war
The structure looks good.
> META-INF/context.xml
> WEB-INF/web.xml
What's in the above two files?
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHE
On Fri, 2007-06-15 at 11:21 -0500, Caldarale, Charles R wrote:
> > From: Mark Hawkes [mailto:[EMAIL PROTECTED]
> > Subject: RE: Tomcat 5.5.23: Cannot Deploy hello-world.war
> >
> > I've erased my CLASSPATH environment variable but
> > I still have the exact
> From: Mark Hawkes [mailto:[EMAIL PROTECTED]
> Subject: RE: Tomcat 5.5.23: Cannot Deploy hello-world.war
>
> I've erased my CLASSPATH environment variable but
> I still have the exact same error in catalina.out
> when Tomcat starts up.
What exactly is in your hello-wo
Thanks for the info. I've erased my CLASSPATH environment variable but I
still have the exact same error in catalina.out when Tomcat starts up.
On Fri, 2007-06-15 at 09:49 -0500, Caldarale, Charles R wrote:
> > From: Mark Hawkes [mailto:[EMAIL PROTECTED]
> > Subject: RE: Tomc
> From: Mark Hawkes [mailto:[EMAIL PROTECTED]
> Subject: RE: Tomcat 5.5.23: Cannot Deploy hello-world.war
Looks like you have the same classes being loaded by multiple
classloaders.
> CLASSPATH =
> .:/apache-tomcat-5.5.23/common/lib/servlet-api.jar:
> /apache-tomcat-5.5.23
The error's exactly the same if I deploy the war file using the manager
webapp's deploy feature. Here's what appears in catalina.out when I
undeploy and then redeploy hello-world.war:
--
Jun 15, 2007 3:28:35 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web applicatio
Mark, i suggest you ti use the tomcat manager tool.
Connecting to your manager webapp, you will be able to send a war package and
deploy it successfully.
Your error sounds your mapping is wrong, because tomcat does not seem to find
your servlet.
Have a good day, and i recommend you to work wi
11 matches
Mail list logo