This is the first release of an Axis Jetspeed binary merger.

To merge you have to add following files to the unpacked directories:

dist:
the axis folder from the axis webapps directory (there is no axis war file currently
in the axis distribution)

a valid activation.jar

xerces 1.x (I run it with xerces 1.3.1)
and the jetspeed.war file from Jetspeed 1.4b1

Also ant version 1.5 or higher must be installed properly.

To build the merged web application simply run ant on the build.xml file in this directory
afterwards you should find a valid war file in the bin folder
which can run on a JDK1.4.1 system running tomcat 4.1.x


To verify that your jetspeed installation is running call index.jsp once the
war file is deployed in your webapps directory
To verify that Axis is running call index.html from your axisjetspeed deployment 
directory



