Thanks for the reply,
#1: No, I did not altered the java.policy defaults.
#2: Yes, I did try to use catalina.policy defaults.
I need to use jini lookup features from a web application... It is not a common requirement...
I am using some classes that need to be able to call java.lang.Thread.setContextClassLoader in a web-application.
<p>
To that end I added<br>
grant codeBase "file:${catalina.home}/webapps/AppX/-"{<br>
permission java.lang.RuntimePermission "setContextClassLoader";<br>
}
<br>
to my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.