博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
使用axis2 soapmonitor监控soap数据
阅读量:6297 次
发布时间:2019-06-22

本文共 822 字,大约阅读时间需要 2 分钟。

 

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://vilta.baihongyu.com/

你可能感兴趣的文章
Flex&Bison手册
查看>>
solrCloud+tomcat+zookeeper集群配置
查看>>
/etc/fstab,/etc/mtab,和 /proc/mounts
查看>>
Apache kafka 简介
查看>>
socket通信Demo
查看>>
技术人员的焦虑
查看>>
js 判断整数
查看>>
mongodb $exists
查看>>
js实现页面跳转的几种方式
查看>>
sbt笔记一 hello-sbt
查看>>
常用链接
查看>>
pitfall override private method
查看>>
!important 和 * ----hack
查看>>
聊天界面图文混排
查看>>
控件的拖动
查看>>
svn eclipse unable to load default svn client的解决办法
查看>>
Android.mk 文件语法详解
查看>>
QT liunx 工具下载
查看>>
内核源码树
查看>>
AppScan使用
查看>>