Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to use tcpmon in axis

843834Aug 11 2003 — edited Aug 12 2003
i 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 9 2003
Added on Aug 11 2003
2 comments
306 views