Java RMI tracing

javaquestion picture javaquestion · Nov 24, 2008 · Viewed 9.3k times · Source

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

Answer

Chris Kimpton picture Chris Kimpton · Nov 24, 2008

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