Posted on 2005-10-11 10:14
qiyadeng 阅读(823)
评论(0) 编辑 收藏 所属分类:
J2EE
用AXIS开始WebService之设置
http://ws.apache.org/axis/java/install.html
http://www.chinaunix.net/jh/13/620370.html
1.相关文件全部下载好:
主要文件:
axis-bin-1_2_1.zip 目前最新的http://apache.justdn.org/ws/axis/1_2_1/
依赖文件:
a.mail.jar 下载地址:http://java.sun.com/products/javamail
b.activation.jar 下载地址:http://java.sun.com/products/javabeans/glasgow/jaf.html
c.xerces.jar 下载地址:http://xml.apache.org/xerces-j/index.html 1.4.4版本
d.xmlsec-1.2.1.jar 下载地址:http://xml.apache.org/security/
2.相关设置
a.把上面提到的a,b,c,d四个包拷贝到<CATALINA_HOME>/common/lib目录下
b.把axis目录下的WEB-INF/lib目录下的文件全部拷贝到<CATALINA_HOME>/common/lib目录下
c.把JAVA_HOME/lib/tools.jar拷贝到<CATALINA_HOME>/common/lib目录下
这样就应该OK了!