Re: how to set role for JAASRealm

2007-03-05 Thread abpicol
The configuration of jaas realm needs two things: 1) Have the environment variable java.security.auth.login.config defined to a file that contains some definitions... 2) Have the so called file in a place accessible to tomcat, with the jaas configuration. The solution I've used in my tom

Re: how to set role for JAASRealm

2007-03-05 Thread Vinny
Seems like this question should go to tomcat-users On 3/5/07, shahab <[EMAIL PROTECTED]> wrote: Hi: I am trying to implement authentication and authorization using JAASRealm. (I am following the instruction provided at - http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html). I have the fo