2 Replies Latest reply on Sep 28, 2006 3:32 AM by jaikiran

    Installing RMISecurityManager in jboss

    haplo_3

      hey
      when i'm trying to use RMI functions with tomcat under jboss it says i have no RMISecurityManager installed

      i installed it in the code using
      if(System.getSecurityManager() == null) {
      System.setSecurityManager(new RMISecurityManager());
      }


      now i'm getting to many errors and exceptions from jboss mostly about permission deny.
      is there a different way to install seucrity manager?