99 44/100 % sure. I tried both ways. Here's my command line: java -cp "c:\cvsroot\lib\axis.jar" org.apache.axis.utils.tcpmon 8080 localhost 8081
The GUI even shows that it is forwarding to port 8081, but my tomcat instance is definitely receiving the forwarded traffic on port 80. Anything else I should try? -- bob -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Monday, September 23, 2002 11:53 AM To: [EMAIL PROTECTED] Subject: DO NOT REPLY [Bug 12930] - TCPMon forwards to wrong port DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12930>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12930 TCPMon forwards to wrong port ------- Additional Comments From [EMAIL PROTECTED] 2002-09-23 18:53 ------- Are you sure you have it configured correctly? I am using the curent source invoked as: tcpmon 8080 localhost 8081 and it is working fine for me.