RE: JAAS Realm and http error 403

2010-08-13 Thread Rashid Jilani
Thanks Charles for clarification. Regards, RJ. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, August 13, 2010 3:41 PM To: Tomcat Users List Subject: RE: JAAS Realm and http error 403 > From: Rashid Jilani [mailto:

RE: JAAS Realm and http error 403

2010-08-13 Thread Rashid Jilani
ion of the "*" under < role-name > element Regards, RJ. -----Original Message- From: Rashid Jilani [mailto:jil...@lifebiosystems.com] Sent: Friday, August 13, 2010 3:04 PM To: users@tomcat.apache.org Subject: JAAS Realm and http error 403 Hi: I am using JAAS authentication to acc

JAAS Realm and http error 403

2010-08-13 Thread Rashid Jilani
Hi: I am using JAAS authentication to access the protected resource using the code below but even I got pass the login module successfully I got a 403 error. I tested the code both on tomcat 6.0.29 and 6.0.18 on Windows XP with Java 6 and have the same behavior. Here is the code I am usin

RE: java.lang.RuntimePermission accessClassInPackage.org.apache.catalina

2010-08-09 Thread Rashid Jilani
24 PM, Rashid Jilani wrote: > Hi: Gurus I am having the following exception when I try to fire Tomcat with > -security option with JAAS Realm. > > java.security.AccessControlException: access denied > (java.lang.RuntimePermission accessClassInPackage.org.apache.catalina) You should

RE: java.lang.RuntimePermission accessClassInPackage.org.apache.catalina

2010-08-09 Thread Rashid Jilani
to:ch...@christopherschultz.net] Sent: Monday, August 09, 2010 1:18 PM To: Tomcat Users List Subject: Re: java.lang.RuntimePermission accessClassInPackage.org.apache.catalina -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rashid, On 8/9/2010 1:24 PM, Rashid Jilani wrote: > Hi: Gurus I am having the f

java.lang.RuntimePermission accessClassInPackage.org.apache.catalina

2010-08-09 Thread Rashid Jilani
Hi: Gurus I am having the following exception when I try to fire Tomcat with -security option with JAAS Realm. java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.org.apache.catalina) I am using Tomcat 6.0.29 on windows XP machine, with JDK 1.6

RE: can't fire tomcat with the security option

2010-08-05 Thread Rashid Jilani
05, 2010 5:14 PM To: Tomcat Users List Subject: RE: can't fire tomcat with the security option > From: Rashid Jilani [mailto:jil...@lifebiosystems.com] > Subject: can't fire tomcat with the security option > > Can some shed some light what is the root cause of the error Not u

can't fire tomcat with the security option

2010-08-05 Thread Rashid Jilani
Gurus when I try to fire the tomcat "catalina start -security" I am following the following errors java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.org.apache.catalina) at java.security.AccessControlContext.checkPermission(Un