> -----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:
> > 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
> > 
> root@dyn21:/usr/local/JBoss-2.4.4_Tomcat-4.0.1# find -name 
> *servlet*jar
> ./catalina/common/lib/servlet.jar
> ./catalina/server/lib/servlets-manager.jar
> ./catalina/server/lib/servlets-invoker.jar
> ./catalina/server/lib/servlets-snoop.jar
> ./catalina/server/lib/servlets-default.jar
> ./catalina/server/lib/servlets-cgi.renametojar
> ./catalina/server/lib/servlets-ssi.renametojar
> ./catalina/server/lib/servlets-webdav.jar
> ./catalina/server/lib/servlets-common.jar
> root@dyn21:/usr/local/JBoss-2.4.4_Tomcat-4.0.1# 
> 
> and i use the first in my CL to compile, my CL also contains 
>  $JBOSS_DIST/client/jboss-j2ee.jar 

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 months since I last deployed a
J2EE app), but it's worth the shot, isn't it?

tomK

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to