Re: Wrapper cannot find servlet class

2006-05-16 Thread Dave Newton
M Faizal wrote: > I have included servlet-api.jar in WEB-INF\lib ; now it works... > That's weird... Is that legal? Something in the back of my head says your setup is broken somehow... Dave - To unsubscribe, e-mail: [EMAI

RE: Wrapper cannot find servlet class

2006-05-16 Thread M Faizal
I have included servlet-api.jar in WEB-INF\lib ; now it works... -Original Message- From: Philihp Busby [mailto:[EMAIL PROTECTED] Sent: May 16, 2006 3:58 PM To: Struts Users Mailing List Subject: Re: Wrapper cannot find servlet class Open your struts.jar file in winzip or some

Re: Wrapper cannot find servlet class

2006-05-16 Thread Philihp Busby
the following exception > and the application is not started > > Servlet /cash threw load() exception: javax.servlet.ServletException: Wrapper cannot find servlet class org.apache.struts.action.ActionServlet or a class it depends on > javax.servlet.ServletEx

Re: Wrapper cannot find servlet class

2006-05-16 Thread Jorge Martín Cuervo
> > action > *.do > > > while starting the tomcat it throws the following exception > and the application is not started > > Servlet /cash threw load() exception: javax.servlet.ServletException: Wrapper > cannot find servlet class org.apache.struts.

RE: Wrapper cannot find servlet class

2006-05-15 Thread M Faizal
I have placed struts.jar in my webroot\WEB-INF\lib directory... -Original Message- From: Philihp Busby [mailto:[EMAIL PROTECTED] Sent: May 16, 2006 2:24 PM To: Struts Users Mailing List Subject: Re: Wrapper cannot find servlet class Is the Struts JAR included within your WAR file or

Re: Wrapper cannot find servlet class

2006-05-15 Thread Philihp Busby
nd the application is not started Servlet /cash threw load() exception: javax.servlet.ServletException: Wrapper cannot find servlet class org.apache.struts.action.ActionServlet or a class it depends on javax.servlet.ServletException: Wrapper cannot find servlet class org.apache.struts.action.ActionServle

Wrapper cannot find servlet class

2006-05-15 Thread M Faizal
application ApplicationResources 2 action *.do while starting the tomcat it throws the following exception and the application is not started Servlet /cash threw load() exception: javax.servlet.ServletException: Wrapper cannot find servlet class