So just a quick run trhu of the steps I had to take;
1) Download and untar the Axis download
2) copy it to the deploy folder (LCDIR/jboss/server/all/deploy)
3) Copy the xml parser jars from whatever xml parser distribution that you want to use (I used Xerces) into the lib folder of what you had just copied over
4) Create environment variables (unix);
5) Test axis at http://server:8080/axisexport AXIS_HOME=/usr/axis
export AXIS_LIB=$AXIS_HOME/lib
export AXISCLASSPATH=$AXIS_LIB/axis.jar:$AXIS_LIB/commons-discovery.jar:
$AXIS_LIB/commons-logging.jar:$AXIS_LIB/jaxrpc.jar:$AXIS_LIB/saaj.jar:
$AXIS_LIB/log4j-1.2.8.jar:$AXIS_LIB/xml-apis.jar:$AXIS_LIB/xercesImpl.jar:
$AXIS_LIB$/wsdl4j-1.5.1.jar
More detail at http://ws.apache.org/axis/java/install.html
No comments:
Post a Comment