qiyadeng

专注于Java示例及教程
posts - 84, comments - 152, trackbacks - 0, articles - 34

导航

公告

更多请访问,www.qiyadeng.com
<2025年3月>
2324252627281
2345678
9101112131415
16171819202122
23242526272829
303112345

常用链接

留言簿(12)

文章分类(35)

相册

J2EE

Others

Tools

积分与排名

  • 积分 - 310190
  • 排名 - 184

最新评论

阅读排行榜

用AXIS开始WebService之设置

Posted on 2005-10-11 10:14 qiyadeng 阅读(828) 评论(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了!


只有注册用户登录后才能发表评论。


网站导航: