Sure, use tcpmon (a great standalone tcp monitor written in java) from the apache axis project (the java SOAP library)
        http://ws.apache.org/axis/

get the binary distribution, and unpackage (tar.gz or zip ) it ... you're looking for axis.jar

then from the command line type:
        java -cp /path/to/axis.jar org.apache.axis.utils.tcpmon

it'll open a new window running the application.

tcpmon will work on OS X, windows, or linux.

-jason

On Oct 10, 2006, at 10:09 AM, jda wrote:

I'm trying to debug some HTTPSocket code (dealing with cookies). Because I can get to the page I want with my browser, I'd like to follow the exchanges (text) between the server and Safari. Is there a utility that allows this for Mac OS X?

Jon
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to