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=3974747#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...