安裝Apache Axis:
0、安裝JRE或JDK,版本1.3或更新。
1、安裝tomcat,版本要求4.1.x,不要安裝針對Java1.4的LE版。
Servlet引擎要支持2.2版或更新。
2、解壓下載Axis,將子目錄webapps下的axis目錄,復制到$TOMCAT_HOME/webapps目錄下,將子目錄lib下的所有jar文件,復制到$TOMCAT_HOME/common/lib/目錄下。
3.
Copying tools.jar to the tomcat/common/lib directory worked for me. Thanks for the tip!
FYI - I'm using JDK 1.5 and Tomcat 5