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
Open your struts.jar file in winzip or some archive viewer to make sure it isn't corrupt or empty. On 16 May 2006 09:11:31 +0200, Jorge Martín Cuervo <[EMAIL PROTECTED]> wrote: Try to map another simple servlet to exclude struts problem. El mar, 16 de 05 de 2006 a las 07:30, M Faizal escribió:

Re: Wrapper cannot find servlet class

2006-05-16 Thread Jorge Martín Cuervo
Try to map another simple servlet to exclude struts problem. El mar, 16 de 05 de 2006 a las 07:30, M Faizal escribió: > Hi, > > I am using struts 1.2.9 with tomcat 4.1.27..and Jbuilder X > > i have just one jsp in my root context > > and my web.xml has configured like below > > acti

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
Is the Struts JAR included within your WAR file or deployment directory? And if so, where? On 5/16/06, M Faizal <[EMAIL PROTECTED]> wrote: Hi, I am using struts 1.2.9 with tomcat 4.1.27..and Jbuilder X i have just one jsp in my root context and my web.xml has configured like below acti