RE: Custom Policy file

2003-04-03 Thread Shapira, Yoav
Howdy, I want to use JAAS for authorization in a web-application that runs under Tomcat4.1. I don't want to put my policy file neither in java_home/jre/security neither in user.home directories (because I think it's not correct). Unfortunately, I'm hearing other people with the same (valid)

Re: Custom Policy file

2003-04-03 Thread Maksimenko Alexander
Hi How can I populate my policy permissions in web environment? Stick the policy file in $JAVA_HOME/jre/security is the easiest option. One alternative is to find a container, if there is any, that supports per-webapp policy files. I'm not personally aware of any such container. Another