Posted on 2005-10-11 10:14
qiyadeng 閱讀(831)
評論(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了!