安装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