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 same error in catalina.out > > when Tomcat starts up. > > What exactly is in your hello-world.war file? Have you made any changes > to conf/server.xml or any of the other .xml files in the conf directory?
$ jar -tf hello-world.war META-INF/ META-INF/MANIFEST.MF META-INF/context.xml WEB-INF/ WEB-INF/web.xml WEB-INF/lib/ WEB-INF/classes/ WEB-INF/classes/com/ WEB-INF/classes/com/markhawkes/ WEB-INF/classes/com/markhawkes/misc/ WEB-INF/classes/com/markhawkes/misc/HelloWorldServlet.class javascript/ I haven't edited any config files except $CATALINA_HOME/conf/tomcat-users.xml so I could add myself as a user of the Tomcat manager app. In all other respects, it's a clean, untouched installation. > > - 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]