I am stuck and need some suggestions.

Within the JBoss context of things I try to get my application (JSP + EJB)
running
via tomcat 4.0 and JBoss. I use a JAAS authorization scheme, but what I keep
getting
is the exception shown  below.

java.security.AccessControlException: access denied
(java.security.SecurityPermission getProperty.login.configuration.provider)

I already added the following line to the catalina.policy file of tomcat 4.0
and started using
the "startup -security" command.

      permission java.util.SecurityPermission
"getProperty.login.configuration.provider";

The addition of the line above doesn't seem to make any impression
whatsoever.

Regards,

   Cor.



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to