Re: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-18 Thread Mark Hawkes
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

Re: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-16 Thread Martin Gainty
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

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Caldarale, Charles R
> 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

Re: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Mark Hawkes
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

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Caldarale, Charles R
> 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

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Mark Hawkes
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

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Caldarale, Charles R
> 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

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Mark Hawkes
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

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Caldarale, Charles R
> 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

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread Mark Hawkes
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

RE: Tomcat 5.5.23: Cannot Deploy hello-world.war

2007-06-15 Thread neocollec
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