[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Installing RMISecurityManager in jboss
haplo_3
do-not-reply at jboss.com
Thu Sep 28 00:04:04 EDT 2006
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#3974747
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974747
More information about the jboss-user
mailing list