[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Need help resolving java.security.AccessControlException

2005-11-21 Thread jborn2
Finally dawned on me what the problem was. Since I'm not using the security model under Tomcat I'm using what is provided by Java. It uses a file in JRE_HOME/lib/security called java.policy. Edit and add the following: grant { permission mx4j.server.MBeanTrustPermission "register"; }; Hope t

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Need help resolving java.security.AccessControlException

2005-11-14 Thread jborn2
I just started to get this error also. I would love an explaination of why. And how to get around. I've tried to grant all permission. Tried not running with security tried with default security. All give me the same message: 20:01:34,757 ERROR [org.apache.commons.modeler.Registry] Error reg