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
                   2008-11-24 11:10:34
                
              thanks - adding properties such as -Djava.rmi.server.logcalls=true does the trick :-)
                  
                   2008-11-24 11:32:05