I
think you are making a mistake in the way you use
tcpmon.
The
port to listen to must be an unused port. tcpmon will expect request coming
through this port, then it will display it and forward it to the real http
server (in your case tomcat). 8081 is the port to forward the request to, not to
listen to. Pick any unused port to listen to, then configure your web service
client to connect to that port.
Thomas
-----Original Message-----
From: Watts, Jonathan (US - Hermitage) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 02, 2002 11:08 AM
To: '[EMAIL PROTECTED]'
Subject: problem with TCPMONWhen I try to listen to port 8081 (where my tomcat server is) I get an error message that says."java.net.BindException: Address already in use: JVM_Bind"Any ideas how to fix this? I could not find a solution when I searched the net.Jon- This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. - If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.