Hi Rakesh,
----- Original Message -----
From: "Rakesh Bhalla" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 18, 2001 2:36 PM
Subject: Server-side configuration files - WebLogic v6.1
> Hello,
> I run WebLogic v6.1 on WinNT v4.0 . In the server-side
> configuration of the Cactus, it is been mentioned that we got to
> modify the web.xml file of the web server. But I couldn't find any
> web.xml in BEA WebLogic v6.1 . Now how do I configure the
> redirector file. There is a file called config.xml in webLogic. So if
> there is anybody who has successfully implemented tested a JSP using
> Cactus installed on WebLogic v 6.1 please help me and let me know the
> installation steps.
Step 1 : install WL 6.x and make sure it works
Step 2 : package your Cactus web app in a WAR (either exploded or as a .war)
Step 3 : copy it to your WL webapps directory, probably
<bea.home>/wlserver6.0/config/applications
Step 4 : start WL or make sure WL reread the war if already started (read WL
docs dor that as it is WL specific)
Step 5 : run the Cactus tests using a JUnit test runner
Prerequisites:
- an understanding of webapps
- be extra careful in setting the classpath (i.e. have the correct jars and
classes in the webapp lib/ and classes/ directory AND on the client side
where you run the JUnit test runner). This is explained in details on
http://jakarta.apache.org/cactus/getting_started.html.
-Vincent