Hello,
I am getting the following stack trace:
java.security.AccessControlException: access denied
(java.lang.RuntimePermission accessDeclaredMembers)
...
I have added the following to tomcat.policy in the hope to sort out the
problem due to the use of introspection by one of the libraries used by a
servlet I wrote:
grant {
permission java.lang.RuntimePermission "accessDeclaredMembers";
};
Even after restarting Tomcat, I still have the stack trace. I am running
Tomcat 3.2.3 with a JRE 1.3.1 on a SUN Cobalt Raq4 server.
Any idea? Thank you,
Bertrand
_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
- Re: AccessControlException/introspection Bertrand Fontaine
- Re: AccessControlException/introspection Jeanfrancois Arcand
- Re: AccessControlException/introspection Bertrand Fontaine
