Failure to load the servlet.jar when deploying a struts war file

2003-01-07 Thread Simon Kelly
Hi all, I am having a bit of a tough time getting an application to deploy in tomcat when using a struts based architecture. I am getting the following error when tomcat runs the class loader on the servlet.jar. Could someone shine a bit o' light on the possible causes. It runs ok when not

Re: Failure to load the servlet.jar when deploying a struts war file

2003-01-07 Thread Mark Lowe
servlet.jar usually lives in $TOMCAT_HOME/common/lib or on version 3.* $TOMCAT_HOME/lib it should already be there, i don't know but i imagine that tomcat is confused as it will be adding the servlet api twice.. servlet.jar has to be available to all web apps and tomcat itself therefore it

Re: Failure to load the servlet.jar when deploying a struts war file

2003-01-07 Thread Simon Kelly
Thanks mark. I removed the servlet.jar and it deployed ok. Now all I have to do is remove all the other bugs and I'm there ;-) Cheers Simon - Original Message - From: Mark Lowe [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 3:20 PM

Re: Failure to load the servlet.jar when deploying a struts war file

2003-01-07 Thread Craig R. McClanahan
On Tue, 7 Jan 2003, Simon Kelly wrote: Date: Tue, 7 Jan 2003 15:06:24 +0100 From: Simon Kelly [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Failure to load the servlet.jar when deploying a struts war file