For any servlet engine, it is very simple : it only requires knowledge of how a webapp works (see the Servlet spec for more details) !
Cactus is simply a jar. That's all. Now, the best approach as described in (http://jakarta.apache.org/cactus/getting_started.html) is to package your test application as a WAR. Then just drop this WAR in your app server. The only things that you must know in order to create your WAR are :
- configuring web.xml
- having a cactus.properties
- setting the classpaths correctly
 
You can have a look at the samples Ant script which are packaged in the zip you downloaded if you wish but everything should be on http://jakarta.apache.org/cactus/getting_started.html.
 
Read that first, then if there is something you do not understand, please ask the question here (but with details ;-) ).
-Vincent
 
----- Original Message -----
Sent: Tuesday, September 25, 2001 12:41 PM
Subject: Cactus Installation on Weblogic 6.0 and Tomcat 4.0

Hi,
      I am new to both Weblogic 6.0 and Tomcat 4.0. I have been using Weblogic 5.1 till now. I am not able to configure Cactus on Weblogic 6.0 as well as Tomcat as per the documentation given in the Cactus homepage.  Can u help me out in giving me a more detailed installation tips
      I am more interested in configuring the samples of jakarta-cactus-23-1.2dev release into Weblogic 6.0.
    
Thanks and Regards,
Dharnidhar
 

Reply via email to