|
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
|
- Cactus Installation on Weblogic 6.0 and Tomcat 4.0 Dharnidhar Vemuri
- Vincent Massol
