Hello, Can tcpmonitor work on services deployed using wsdd, but not a jws as in the sample shown in the link below ? I tried to change the port to the tcpmonitor's local port, however, it is not recognized as a valid service, since the uri of the service is only recognized as a key to locate the service rather than making the real http connection
Mei ----- Original Message ----- From: Jay D To: [EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 12:27 AM Subject: Re: How To Use TCPMonitor? Hello, I found the information on the URL http://javaboutique.internet.com/tutorials/Axis/axis3.html very helpful to setup TCPMonitor. Hope this helps you too. Regards Jay Rick Umali <[EMAIL PROTECTED]> wrote: Sharon: > Can anyone direct me how to use TCPMonitor or where to find the > document. Which listening port I should use? I assume the target > host is the web server. The Axis User's Guide contains the instructions for how to use the TCPMonitor (go to the Appendix near the end of the doc): http://ws.apache.org/axis/java/user-guide.html I have a small example of TCPMonitor at: http://www.rickumali.com/aws/aws-java-step-extra.html Basically, instead of pointing your client at the server's port: client -> server:port (80) you'll point your client at tcpmon's port. Then you'll configure TCPMonitor to forward those requests to the destination server: client -> tcpmon:port (2080) -> server:port (80) Good luck! -- Rick Umali [EMAIL PROTECTED] www.rickumali.com Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time.
