Re: Problem with Installing the Struts

2005-08-01 Thread erikweber
Did you set load-on-startup for ActionServlet in web.xml? Erik -Original Message- From: Kade Jeevan Kumar <[EMAIL PROTECTED]> Sent: Aug 1, 2005 11:40 PM To: user@struts.apache.org Subject: Problem with Installing the Struts Hi All! I am using Tomcat 4.0.6, Java 1.4, Struts 1.1 for my

RE: Problem with Installing the Struts

2005-08-01 Thread David G. Friedman
Jeevan, What do your Tomcat logs show regarding your particular struts webapp? The $CATALINA_HOME/logs directory. Regards, David -Original Message- From: Kade Jeevan Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, August 01, 2005 11:40 PM To: user@struts.apache.org Subject: Problem with In

Re: Problem with Installing the Struts

2005-08-01 Thread Vic
Hi Jeevan, Can you please list the names of the jars that you've included in your lib folder. People typically forget to include the 'standard.jar' jar. In addition, are you sure that your action class extends the org.apache.struts.action.Action class. Forgetting to extend the class (something