I try to install axis over tomcat.

I think I've followed the instructions from the begining.

- Tomcat works fine, i tried the webapps examples and everything works
- I've copied the directory axis-1_1/webapps/axis to
/usr/share/tomcat4/webapps/
- I've installed xerces
- I've copied the axis directory (the entire one) to/usr/share/axis and
put all jar files into /usr/share/axis/lib
- I've created new environement variables :

AXIS_HOME=/usr/share/axis

AXIS_LIB=$AXIS_HOME/lib

AXISCLASSPATH=$AXIS_LIB/axis.jar:$AXIS_LIB/commons-discovery.jar:$AXIS_LIB/commons-logging.jar:$AXIS_LIB/jaxrpc.jar:$AXIS/saaj.jar:$AXIS_LIB/log4j-1.2.8.jar:$AXIS_LIB/xercesImpl.jar:$AXIS_LIB/xml-apis.jar:$AXIS_LIB/xmlParserAPIs.jar

* I added xmlParserAPIs.jar because Xerces use this jar and i was
wondering if it was needed or not (i wanted to have both to be sure).

- because i'm using Tomcat 4.0 and jdk 1.4.2 i've put jaxrpc.jar and
saaj.jar into /usr/share/tomcat4/common/lib

When i call the url http://127.0.0.1:8080/axis i get this :

Apache Tomcat/4.0.4 - HTTP Status 404 - /axis
type : Status report
message : /axis
description : The requested resource (/axis) is not available.


I really dont understand why, I wonder if I miss sth or if sth is wrong


Reply via email to