十、Axis WebService常用命令和调试工具

33 篇文章 0 订阅
33 篇文章 9 订阅

上面我们在发布wsdd服务的时候都会在dos窗口写上一段命令,下面还介绍下其他的几个命令:

 

A、 AdminClient 命令

java org.apache.axis.client.AdminClient c:/deploy.wsdd

这样就可以用AdminClient发布一个WebService了,如果你对AdminClient的参数信息不是很了解输入:java org.apache.axis.client.AdminClient就可以查看帮助了。

Usage:  AdminClient [Options] [list | <deployment-descriptor-files>]

 

Processes a set of administration commands.

 

The following Options are available:

 

        -l<url>         sets the AxisServlet URL

        -h<hostName     sets the AxisServlet host

        -p<portNumber>  sets the AxisServlet port

        -s<servletPath> sets the path to the AxisServlet

        -f<fileName>    specifies that a simple file protocol should be used

        -u<username>    sets the username

        -w<password>    sets the password

        -d              sets the debug flag (for instance, -ddd would set it to

3)

        -t<name>        sets the transport chain touse

 

Commands:

 

        list            will list the currently deployed services

        quit            will send a quit message to SimpleAxisServer

        passwd          value changes the admin password

 

Deployment Descriptor files:

 

<deployment-descriptor-files> deploys or undeploys Axis components and

web services described in these files

 

If -l or -h -p -s are not set, the AdminClient will invoke

http://localhost:8080/axis/servlet/AxisServlet

帮助信息如上所示,如果你有下载axis的源码,可以看看AdminClient的源码就知道是怎么回事了。如果上述命令找不到AdminClient,请设置dirs

 

java org.apache.axis.client.AdminClient c:/deploy.wsdd –p8081

上面的-p8081设置端口信息,默认AdminClient会使用8080端口。当你的端口换成其他的可以用-p设置端口

 

java org.apache.axis.client.AdminClient

-lhttp://localhost:8080/axiswebProject/services/AdminService deploy.wsdd

通过-l指定你的AdminService的url路径完成发布wsdd,这个很有效

 

B、 调试工具,监听WebService的通讯信息

 

在dos窗口输入:

C:/SoftWare/tomcat-5.0.28/tomcat-5.0.28/webapps/AxisWebService/WEB-INF>java -Djava.ext.dirs=lib org.apache.axis.utils.tcpmon

org.apache.axis.utils.tcpmon是一个端口监听的工具类,它可以监听到指定host、port的WebService通信信息

 

在listen port填写你要监听的端口即可,是监听的端口不实服务器的端口。也就是你请求服务器的端口。

C、 查看发布的WebService服务信息

 

通过在WebBrowser地址栏输入:

http://localhost:8080/[Project]/servlet/AxisServlet

可以查看你发表过的WebService,Project是你的axis的web工程

作者:hoojo
出处: http://www.cnblogs.com/hoojo/archive/2010/12/20/1911390.html
blog:http://blog.csdn.net/IBM_hoojo

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值