Re: Problem with web.xml and Struts 1.3

2007-12-14 Thread Indresh Chadha
I'm deploying the ear file on Websphere 5.1. This error occurs only when I try to use the source code. If I use the struts jar file and place it in the lib folder, it works as desired. I've checked in my war file also, the web.xml is present. I'm using th fully qualified name "org.apache.struts.a

Re: Problem with web.xml and Struts 1.3

2007-12-14 Thread Alberto A. Flores
How are you deploying your application? Are you both getting the same Stacktrace? Even if you use the Struts source code, there are many dependencies that come as part of the Struts distribution (commons-logging, digester, etc). I will start debugging as follows: - Unpack your war manually. Ch

RE: Problem with web.xml and Struts 1.3

2007-12-14 Thread Indresh Chadha
Even I'm facing the same issue. The only difference in my problem is that I'm not using the struts jar but the actual source code. So the struts classes are getting compiled in the WEB-INF/classes folder. When I start my server it gives me the same error. The ActionServlet.java contains the follo

RE: Problem with web.xml and Struts 1.3

2006-08-22 Thread David Friedman
Would you like to include your struts-config.xml and web.xml so we can try to help? -Original Message- From: Angel Navarro [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 6:14 AM To: user@struts.apache.org Subject: Problem with web.xml and Struts 1.3 Hi, I have a big problem wi