Re: Catalina complaining abt Action class not being servlet??

2002-01-15 Thread dion
Wim Fournier wrote: Hi all, Anyone knows why catalina complains abt my action servlet not being a servlet?? It extends Action and imports: [snipped] Because actions aren't servlets.. ActionServlet is, Actions and their subclasses aren't -- dIon Gillard, Multitask Consulting

RE: Catalina complaining abt Action class not being servlet??

2002-01-15 Thread Tom Klaasen (TeleRelay)
-Original Message- From: dion [mailto:[EMAIL PROTECTED]] Sent: dinsdag 15 januari 2002 14:16 To: Struts Users Mailing List Subject: Re: Catalina complaining abt Action class not being servlet?? Wim Fournier wrote: Hi all, Anyone knows why catalina complains abt my

Re: Catalina complaining abt Action class not being servlet??

2002-01-15 Thread Wim Fournier
On Tue, Jan 15, 2002 at 02:19:35PM +0100, Tom Klaasen (TeleRelay) wrote: Probably a conflict between servlet 2.2 and 2.3 spec. Try removing all servlet*.jar from all directories under catalina, except the one in %CATALINA_HOME%/lib/** hth, tomK

RE: Catalina complaining abt Action class not being servlet??

2002-01-15 Thread Tom Klaasen (TeleRelay)
-Original Message- From: Wim Fournier [mailto:[EMAIL PROTECTED]] Sent: dinsdag 15 januari 2002 14:28 To: Struts Users Mailing List Subject: Re: Catalina complaining abt Action class not being servlet?? On Tue, Jan 15, 2002 at 02:19:35PM +0100, Tom Klaasen (TeleRelay) wrote

Re: Catalina complaining abt Action class not being servlet??

2002-01-15 Thread Wim Fournier
snap That's where I know the problem from: running a J2EE app under catalina doesn't work right, unless you adapt the j2ee.jar by removing all its javax.servlet.** components. Don't know for sure if this is the problem in your case (and whether the problem still exists, must be about 8

Re: Catalina complaining abt Action class not being servlet??

2002-01-15 Thread dion
Wim Fournier wrote: bash me on the head and call me stupid .. ;) consider yourself bashed...although public oopses are more than enough :) My bad.. I have been a little enthousiastic with find/replace ;o) My web.xml action element containted an Action class instead of the