Tracing a c/s application.
From: TLOlczyk (olczyk2002_at_yahoo.com)
Date: 09/24/04
- Previous message: Amir Michail: "Forking Java GUI Apps"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 23 Sep 2004 23:48:45 -0500
I've been asked to test an application.
This application comes in three variants.
It runs locally.
It runs as client server ( client connects to
a socket, xinetd starts server and redirects socket ).
It runs as an authenticated client-server via ssh.
I've gotten the application to run in the first two modes,
it's the third that gives me fits. Is there someway
of checking out what is being said between the client
and server and get am idea if everything is transmitted OK?
One idea I had was to replace "server" with "strace -o /tmp/server.log
server" in the xinted comfig files. Other suggestions?
The reply-to email address is olczyk2002@yahoo.com.
This is an address I ignore.
To reply via email, remove 2002 and change yahoo to
interaccess,
**
Thaddeus L. Olczyk, PhD
There is a difference between
*thinking* you know something,
and *knowing* you know something.
- Previous message: Amir Michail: "Forking Java GUI Apps"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|