Search code examples
javaloggingrmitrace

Java RMI tracing


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


Solution

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