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?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974748#3974748

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974748
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to