how to use tcpmon in axis
843834Aug 11 2003 — edited Aug 12 2003i want to view the requests and response to axis. i type java "org.apache.axis.utils.tcpmon 7000 localhost 8080". after the GUI appear.
i modify my java code for client "String endpointURL = "http://localhost:8080/axis/HelloWorld.jws";"
to
"String endpointURL = "http://localhost:7000/axis/HelloWorld.jws";"
then compile and run. but I got the error message "java.net.ConnectException: Connection refused: connect"
who can teach me how to run tcpmon correctlly.
thank you.