Re: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Robert Taylor
I used the following link: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html#JAASRealm It tooks some research, but I finally got it to work. /robert Ittay Dror wrote: Hi, I haven't found anywhere a step-by-step instructions or reference code on how to set up jaas. Please

Re: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Ittay Dror
Robert Taylor wrote: I used the following link: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html#JAASRealm doesn't contain whether i can put 'Realm' in ROOT.xml doesn't say anything about where to get a LoginModule implementation, or how to config jaas.config. It tooks

Re: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Ittay Dror
btw, i also need authentication vs an ldap server thanx, ittay Ittay Dror wrote: Robert Taylor wrote: I used the following link: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html#JAASRealm doesn't contain whether i can put 'Realm' in ROOT.xml doesn't say anything

Re: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Robert Taylor
Have you read anything here? http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/tutorials/GeneralAcnOnly.html /robert Ittay Dror wrote: Robert Taylor wrote: I used the following link: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html#JAASRealm doesn't contain

Re: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Wendy Smoak
From: Ittay Dror [EMAIL PROTECTED] btw, i also need authentication vs an ldap server I recently got JAASRealm and Sun's Krb5LoginModule (Kerberos Authentication) to work for the JSP examples that ship with Tomcat... this may save you some pain:

RE: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Guy Katz
- From: Ittay Dror [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 10:48 PM To: Tomcat Users List Subject: Re: instructions for setting up jaas over db in tomcat Robert Taylor wrote: I used the following link: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html#JAASRealm

Re: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Ittay Dror
put the Realm statement in Catalina/localhost/ROOT.xml? -Original Message- From: Ittay Dror [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 10:48 PM To: Tomcat Users List Subject: Re: instructions for setting up jaas over db in tomcat Robert Taylor wrote: I used

RE: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Guy Katz
:49 AM To: Tomcat Users List Subject: Re: instructions for setting up jaas over db in tomcat Guy Katz wrote: tomcat website has a server configuration link and it states for every element in the server.xml which sub elements are possible. along with knowledge of JAAS you have to acuire