André, two questions:
what type of conenction is the servlet using? Is it RMI, Socket, something else? If you're not happy with Wireshark, there might be an approach which takes a bit more effort but might work in case the Java-classes are not obfuscated: Talking RMI: - try to decompile the Java-classes from the war (nice software to do that might be http://java.decompiler.free.fr or simply try JAD) - find the RMI-interfaces - write an RMI-proxy which dumps the information using either console-output or log4j or whatever you like - after that, forward the RMI-information from the proxy to the Java-Demon Cheers Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org