Newbie deployment problem

2002-02-19 Thread Paul Brown
Hi these are the steps i've done to deploy a servlet: 1. i've built my WAR (everythings in there, i checked) 2. shut down tomcat 4.0.1 3. deleted the dev tree webapps\messagelets and replaced it with the messagelets.war 4. added a to server.xml ... 5. started up tomcat logging that my s

RE: Newbie deployment problem

2002-02-19 Thread Paul Brown
the WAR ? thanks -Original Message- From: Paul Brown Sent: Tuesday, February 19, 2002 2:39 PM To: 'Tomcat Users List' Subject: Newbie deployment problem Hi these are the steps i've done to deploy a servlet: 1. i've built my WAR (everythings in there, i checked)

Re: Newbie deployment problem

2002-02-19 Thread Eelco den Heijer
Paul Brown wrote: > > Just seen this in one of the logs: > > 2002-02-19 14:50:49 StandardContext[/messagelets]: Servlet /messagelets > threw load() exception > javax.servlet.ServletException: Error instantiating servlet class . > java.lang.NoClassDefFoundError: org/apache/commons/digester/

EdH: Newbie deployment problem

2002-02-19 Thread Paul Brown
) -Original Message- From: Eelco den Heijer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 3:26 PM To: Tomcat Users List Subject: Re: Newbie deployment problem If the digester is a separate WAR or JAR, put it in ...webapps/messagelets/WEB-INF/lib > 1. i've built my WAR (everyt

Re: EdH: Newbie deployment problem

2002-02-19 Thread Eelco den Heijer
Hi Paul, What if you put the digester jar in the messagelets/WEB-INF/lib ? Paul Brown wrote: > > Hi > > i have put the Digester jar inside my war and i still get the same > problem at deployment time. > > ie. this stacktrace > -- To unsubscribe: For additional co

RE: EdH: Newbie deployment problem

2002-02-19 Thread Paul Brown
Big thanks to Eelco for fixing my problem! -Original Message- From: Eelco den Heijer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 4:18 PM To: Paul Brown Subject: Re: EdH: Newbie deployment problem Hi Paul, direct mail is okay, no problem. The exception suggests that