Hello,

--- Ijonas Kisselbach <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I'm trying to get a Cactus servlet up and running under JBoss 2.4.1
> (running Tomcat 3.2.x). I've upgraded all my jars and classpaths to
> Cactus 1.2. I've got no compilation problems referring to "commons"
> packages, and I'm getting no ClassDefError exceptions. i.e. no
> obvious class loading problems.

    
>
<=====================================================================>
>  <servlet>
>   <servlet-name>ServletRedirector</servlet-name>
>  
>
<servlet-class>org.apache.commons.cactus.server.ServletTestRedirector</servlet-class>
>  </servlet>
   Having upgraded to Cactus 1.2 the next thing you ought to do is
that change the class mentioned above from  
org.apache.commons.cactus.server.ServletTestRedirector to 
org.apache.cactus.server.ServletTestRedirector .  

Please note the change in package structure ( the missing of level
for 'commons' ) .
   This is the revised directory strucure in Cactus v 1.2 . And
correspondingly for any other code /program you use check for the
directory structure mentioned above.

=====
Thanks.
Rakesh Bhalla.

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. 
http://im.yahoo.com

Reply via email to