Configure axis 1.2 RC3 in Tomcat 5.5.8. Axis latest:
Http://www.eu.apache.org/dist/ws/axis/1_2RC3/axis-src-1_2RC3.zip
Http://www.eu.apache.org/dist/ws/axis/1_2RC3/axis-bin-1_2RC3.zip
Unzip to: e:/javalibs/axis-1_2RC3 and then copy E:/javalibs/axis-1_2RC3/webapps/axis
To D:/jakarta-tomcat-5.5.8/webapps/axis.
Xmlsec jar in: http://xml.apache.org/security/dist/java-library/xmlsec-1.2.1.jar
Download and copy to D:/jakarta-tomcat-5.5.8/webapps/axis/WEB-INF/lib.
Then copy E:/javalibs/jaf-1.0.2/activation. jar and E:/javalibs/javamail-1.3.2/mail. jar,
E:/javalibs/xmllibs/Under the xerces-2_6_2/
Xercesimpl. jar, xml-apis.jar, xmlparserapis. Jar
E:/javalibs/xmllibs/xalan-j_2_6_0/bin/xalan. jar to D:/jakarta-tomcat-5.5.8/webapps/axis/WEB-INF/lib. (If xalan. jar, access: http: // localhost: 8080/axis/happyaxis. JSP will receive the following warning:
warning: cocould not find a dependency of class Org. apache. XML. security. init from file XML security is not supported. see http://xml.apache.org/security/ {4} the root cause was: ORG/Apache/XPath/Compiler/funcloaderthis can happen e.g. if Org. apache. XML. security. init is in the 'common' classpath, but a dependency like activation. jar is only in the webapp classpath) ------------ http://blog.csdn.net/L Izongbo/------------ now, the complete axis environment is configured. Access http: // localhost: 8080/axis/happyaxis. jsp will not see any warning.