Re: how to set role for JAASRealm

2007-03-07 Thread olivier nouguier
, which should allow url /admin/*. However, I am still getting HTTP 403. Please help. thanx Shahab -- View this message in context: http://www.nabble.com/how-to-set-role-for-JAASRealm-tf3359888.html#a9346104 Sent from the Tomcat - User mailing list archive at Nabble.com

RE: how to set role for JAASRealm

2007-03-07 Thread Page, Steve C.
extending JAASRealm might be. I hope this helps... Thanks, Steve -Original Message- From: shahab [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 10:21 PM To: users@tomcat.apache.org Subject: how to set role for JAASRealm Hi: I am trying to implement authentication and authorization

RE: how to set role for JAASRealm

2007-03-07 Thread Caldarale, Charles R
From: Page, Steve C. [mailto:[EMAIL PROTECTED] Subject: RE: how to set role for JAASRealm Since I extended Principal, I also needed to extend BaseRealm. That doesn't necessarily follow. We're using custom Principal, RolePrincipal, and LoginModule classes with Tomcat's standard JAASRealm

how to set role for JAASRealm

2007-03-06 Thread shahab
returns ADMIN, which should allow url /admin/*. However, I am still getting HTTP 403. Please help. thanx Shahab -- View this message in context: http://www.nabble.com/how-to-set-role-for-JAASRealm-tf3359888.html#a9346104 Sent from the Tomcat - User mailing list archive at Nabble.com

RE: how to set role for JAASRealm

2007-03-06 Thread Caldarale, Charles R
From: shahab [mailto:[EMAIL PROTECTED] Subject: how to set role for JAASRealm I have also made entries in server.xml as follows (i set debug to 0 hoping for more debug info, The value 0 provides minimal diagnostic information; 99 is what you really want. Check all the logs to make sure