grant{
permission javax.security.jacc.WebResourcePermission "/"
permission javax.security.jacc.WebUserDataPermission "/"
};
if the above contents are all that is in your policy file, it suggests that no security- constraints were defined at the time you deployed your app. if you added the security constraints after deployement, you will need to redeploy your app, to cause them to be communicated to the policy system, which will translate them into the policy file,
Ron
[Message sent by forum member 'monzillo' (monzillo)]
http://forums.java.net/jive/thread.jspa?messageID=271797