Is there a simple way to find out if the activation system (i.e. rmid) is currently running?
Created May 4, 2012
vincent eggen Start first with (default rmid port at 1098):
ActivationSystem system=(ActivationSystem)Naming.lookup("//:1098/java.rmi.activation.ActivationSystem");
If (system==null), the activation system isn't running.