Thanks for the explanation, but what is not clear to me is : Sorry if this is obvious, but when I extract the axis2-soapmonitor-*.jar, I get the following files. Now where should I copy these files?
The new document says "place the applet classes as axis2/SOAPMonitorApplet*.class/WEB-INF" Can you help me understand exactly where I should copy the class files ? I don't understand exactly where WEB-INF comes from in this context. Thank you. META-INF org SOAPMonitorApplet$ServiceFilterPanel.class SOAPMonitorApplet$SOAPMonitorData.class SOAPMonitorApplet$SOAPMonitorFilter.class SOAPMonitorApplet$SOAPMonitorPage.class SOAPMonitorApplet$SOAPMonitorTableModel.class SOAPMonitorApplet$SOAPMonitorTextArea.class SOAPMonitorApplet.class -----Original Message----- From: robert lazarski [mailto:[EMAIL PROTECTED] Sent: Saturday, September 30, 2006 7:09 PM To: [email protected] Subject: Re: Debugging SOAP messages with tcpmon or axis2-soapmonitor For the soapmonitor, you need to have the applet classes such as: axis2/SOAPMonitorApplet*.class/WEB-INF The latest docs try to explain this better - try jar -xf on the soapmonitor jar to get the applet classes, or compile from source. http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/xdocs/1_1/s oapmonitor-module.html Robert On 9/30/06, Gul Onural <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > How do you guys usually debug the Axis2 SOAP messages? I tried tcpmon, > but it complains that the port axis2/my service runs is in use. For > example the axis2 runs at 8080 and this is the port I am trying to > monitor using the tcpmon. But tcpmon can not bind to it, because it is > in use.... > > I have tried to use axis SOAP monitor, configured axis2.xml and > web.xml as described in the Axis2 documentation and I was able engage > my service with axis soap monitor. > However, web browser > cannot initialize the axis soap monitor applet. It cannot find the > SoapMonitor applet classes. > Where is the axis2-soapmonitor-SNAPSHOT.jar supposed to be in order > for web browser to initialize the applet properly? > > In the standard distribution the axis2-soapmonitor-SNAPSHOT.jar is > under \apache-tomcat-5.5.17\webapps\axis2\WEB-INF\lib > > Gul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
