extending the Catalina Realm login

2005-04-15 Thread howarddy3
Subject: extending the Catalina Realm login Date: Fri, 15 Apr 2005 09:21:17 + I'm working on a school project which requires a little bit more authentication than the standard JDBC Realm server/container model and I'd like to add a method or two to the Realm login. I have found a JSP

Re: extending the Catalina Realm login

2005-04-15 Thread Scot Meyer
/catalina/src/share/org/apache/catalina/valves/ValveBase.java But before you go changing the source to suit your needs make sure LoginContext for JAAS is not what you are looking for. Scotchy --- [EMAIL PROTECTED] wrote: Subject: extending the Catalina Realm login Date: Fri, 15 Apr 2005 09:21:17

Re: extending the Catalina Realm login

2005-04-15 Thread howarddy3
Hi! I was searching for any documentation about developing custom Realm for Tomcat but did'nt found anything. Could someone point me in the right direction? -- Original message -- From: [EMAIL PROTECTED] Subject: extending the Catalina Realm login Date: Fri, 15

Re: extending the Catalina Realm login

2005-04-15 Thread Brian Buchanan
, but it was something I made a note of if I needed to make a custom realm. Brian -Original Message- From: [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org, Cc: [EMAIL PROTECTED] Date: Fri, 15 Apr 2005 23:57:43 + Subject: Re: extending the Catalina Realm login Still hoping

Re: extending the Catalina Realm login

2005-04-15 Thread Brian Buchanan
: Fri, 15 Apr 2005 21:31:52 -0400 Subject: Re: extending the Catalina Realm login A long time ago I heard that JAFFA has what you need. While it seems to have alot more now, it should have a realm implementation for Tomcat that you should be able to extend. http://jaffa.sourceforge.net