Using the SOAP Monitor

SOAPMonitor使用

使用SOAPMonitor

axis2开发笔记-消息监控

WebService大讲堂之Axis2(10):使用soapmonitor模块监视soap请求与响应消息

PS:

0.最优参考文档:官方文档。

Axis2默认不开启SoapMonitor,直接在浏览器输入http://localhost:8080/axis2/SOAPMonitor报

1.关于文章中提到的解压 soapmonitor-1.4.1.jar

参考:Finally, the applet classes must be placed into the Web application so that they can be loaded by the Web browser. You can get the compiled applet classes from the WEB-INF/lib/axis2-soapmonitor-servlet-1.7.4.jar which is inside the extracted axis2.war. To extract the content of the file, simply execute the command, jar -xf axis2-soapmonitor-servlet-1.7.4.jar. The applet code is in the org.apache.axis2.soapmonitor.applet package and therefore the 'org' directory created by the unpacking of JAR file should be placed in <CATALINA_HOME>/webapps/axis2/.

即:使用jar -xf axis2-soapmonitor-servlet-1.7.4.jar解压并将其中的org目录复制到<CATALINA_HOME>/webapps/axis2/.

2.按照文档配置之后,我使用chrome打开http://localhost:8080/axis2/SOAPMonitor,显示一片空白,最后尝试使用火狐浏览器,正常。

最新文章

  1. C#动态编译代码,执行一个代码片段,或者从指定文件中加载某个接口的实现类
  2. cookie&amp;session&amp;servletContext
  3. 【JS】defer / async
  4. Balanced Numbers(数位+状压)
  5. 安装Office时出现windows installer服务不能更新一个或多个受保护的windows文件错误的解决方法
  6. Cocos2d-x中获取设备语言的方法
  7. Oracle RAC OCR 和 VotingDisk 的备份与恢复
  8. codeforces 305E Playing with String
  9. [C#参考]利用Socket连续发送数据
  10. What is Observer and Observable and when we used these?
  11. php分类
  12. Silverlight Visifire控件应用去除图标的水印
  13. Codeforces 725E Too Much Money (看题解)
  14. [转]Visual Studio 2015源文件编码问题(936)
  15. Cocos Creator 资源加载(笔记)
  16. go语言学习-goroutine
  17. Phalanx (hdu 2859)
  18. vs2010 :0X80041FEB 程序集无法修改版等内容
  19. 供安全工程师实用的SOC模型
  20. day55 linux 基础以及系统优化

热门文章

  1. nhibernate 中 lazy=&quot;no-proxy&quot; 时的问题
  2. JAVA理解逻辑程序的书上全部重要的习题
  3. 如何在Mac OSX系统下安装Tomcat
  4. [Cordova] Plugin开发架构
  5. JQ中的方法、事件及动画
  6. EA(企业架构)落地之道
  7. LruCache缓存
  8. 【原】iOS:手把手教你发布代码到CocoaPods(Trunk方式)
  9. TortoiseSVN提交提示423 Locked的解决办法
  10. ORACLE优化器RBO与CBO介绍总结