Re: ClassNotFoundException

2010-05-25 Thread Paweł Wielgus
Hi Yusuf, and your classes should be in /WEB-INF/classes/ Best greetings, Paweł Wielgus. 2010/5/19 Tasneem Yusuf : > > Hello all, >             I am using version struts1.3 , tomcat 6 and jdk 1.5.I am using > the eclipse IDE to develop my web app.The problem I 'm facing is when my web > app mak

RE: ClassNotFoundException: org.apache.struts.ActionServlet (was: retrieveMessageResources: NullPointerException)

2004-12-02 Thread Bernd Prager
That was it! That was it! Oh gracious, thanks a lot. -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 5:54 PM To: Struts Users Mailing List Subject: Re: ClassNotFoundException: org.apache.struts.ActionServlet (was

Re: ClassNotFoundException: org.apache.struts.ActionServlet (was: retrieveMessageResources: NullPointerException)

2004-12-02 Thread Niall Pemberton
The package for ActionServlet is wrong - in your web.xml you must have: org.apache.struts.ActionServlet Change it to org.apache.struts.action.ActionServlet Niall - Original Message - From: "Bernd Prager" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Th

Re: ClassNotFoundException: org.apache.struts.ActionServlet (was: retrieveMessageResources: NullPointerException)

2004-12-02 Thread Hubert Rabago
I had seen this once before on a coworker's machine. He used some Eclipse plugins for Tomcat and Struts, and was letting Eclipse generate the war file. I think a fresh download of Struts, and a fresh compile outside of all those plugins, solved the problem. (I think he went from ClassNotFoundEx: