Re: ChainedRuntimeException

Indranil Poddar <[email protected]> Thu, 6 Sep 2007 12:50:15 +0530
Newsgroups gmane.comp.jakarta.cactus.user
Message-ID <OF46783E40.A3090A53-ON6525734E.002794EF-6525734E.00289F50@tcs.com>
Thank you Kazuhito for your speedy response.
I have taken the following steps to cactify my web app in Websphere 
Studio:
Added jars to Java Build path: 
        cactus-1.5.jar,
        aspectjrt-1.1.1.jar
        commons-httpclient-2.0-rc2.jar.
Added the following mappings to my web.xml:
                <servlet-name>ServletRedirector</servlet-name>
                <servlet-class>
org.apache.cactus.server.ServletTestRedirector</servlet-class>
</servlet>
<servlet>
                <servlet-name>ServletTestRunner</servlet-name>
                <servlet-class>
org.apache.cactus.server.runner.ServletTestRunner</servlet-class>
</servlet>


        <servlet-mapping>
                <servlet-name>ServletRedirector</servlet-name>
                <url-pattern>/ServletRedirector</url-pattern>
        </servlet-mapping>
        <servlet-mapping>
                <servlet-name>ServletTestRunner</servlet-name>
                <url-pattern>/ServletTestRunner</url-pattern>
        </servlet-mapping>

Is this sufficient?. Do I need to go through any additional steps?
Your suggestions would be very helpful.

Thanks,
Indranil Poddar
Tata Consultancy Services
Mailto: [email protected]
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
   Business Solutions
   Outsourcing
____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you