views:

212

answers:

1
+1  Q: 

Java RMI tracing

Is there a tool which traces & logs all RMI activity of a Java application?

A: 

There are the JDK RMI debug/logging options and I also found this javaworld article on RMI debugging - hope they help.

Chris Kimpton
thanks - adding properties such as -Djava.rmi.server.logcalls=true does the trick :-)