Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 72673 invoked from network); 11 Jul 2000 15:19:43 -0000 Received: from adsl-63-198-47-229.dsl.snfc21.pacbell.net (HELO costin.dnt.ro) (63.198.47.229) by locus.apache.org with SMTP; 11 Jul 2000 15:19:43 -0000 Received: from eng.sun.com (simona.dnt.ro [192.168.4.2]) by costin.dnt.ro (8.9.3+Sun/8.9.1) with ESMTP id IAA02762; Tue, 11 Jul 2000 08:16:20 -0700 (PDT) Message-ID: <396B3B1C.CA7E4F35@eng.sun.com> Date: Tue, 11 Jul 2000 08:19:56 -0700 From: Costin Manolache X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org CC: Dave Harms Subject: Re: Tomcat, Catalina, and Java2 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > > Right now both tomcat and catalina are using a simple > > user/password model, execept that in catalina it's part > > of the set of interfaces while in tomcat is just an implementation > > detail. > > > I haven't looked closely at the code yet, but from what I've gathered > it seems to be less complex than my needs. I'd be interested in > contributing something once I'm up to speed (assuming of course that > the contributions are useful). :-) Besides the simple text and database realms ( using user/pass for auth ) we do have an adapter to J2EE auth system ( I think it's based on JAAS), and I heard about one JAAS implementation. My advice is to develop your authentication code based on your needs, without any dependency on tomcat, and use an adapter - if you need help with the later I can help. The adapter will have access to all the tomcat internals, I hope you'll have all you need there. Costin > > > Dave > > Dave Harms > jdev@clarionmag.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org