You can manage users profile from your web site using your database, and at the same time use the standard j2ee way to authenticate them relying on the application jdbc realm...
-- Ephemeris Lappis >>> -----Message d'origine----- >>> De : Plorks mail [mailto:[EMAIL PROTECTED] >>> Envoy� : mercredi 27 avril 2005 16:29 >>> � : [email protected] >>> Objet : RE: Authentication Sevlets >>> >>> >>> >>> I can't use a tomcat relam, as people registerson our website. The >>> registration detials are then inserted in a db table. That's >>> why i have to >>> write my own >>> >>> >>> >From: "Ephemeris Lappis" <[EMAIL PROTECTED]> >>> >Reply-To: [email protected] >>> >To: <[email protected]> >>> >Subject: RE: Authentication Sevlets >>> >Date: Wed, 27 Apr 2005 15:53:57 +0200 >>> > >>> >If you use a J2EE server such as Tomcat, you don't have to >>> code your own >>> >servlet : you must configure a "realm" that use JDBC, and just >>> declare your >>> >security constraints in your web-app... If i remember well, the Tomcat >>> >documentation is rather precise for that... >>> > >>> >-- >>> >Ephemeris Lappis >>> > >>> > >>> -----Message d'origine----- >>> > >>> De : Plorks mail [mailto:[EMAIL PROTECTED] >>> > >>> Envoy� : mercredi 27 avril 2005 14:30 >>> > >>> � : [email protected] >>> > >>> Objet : Authentication Sevlets >>> > >>> >>> > >>> >>> > >>> >>> > >>> >>> > >>> Hello >>> > >>> >>> > >>> Has anyone written authentication servlets, that validates >>> > >>> using a database, >>> > >>> e.g. SQL that are called by a web service client that uses AXIS? >>> > >>> >>> > >>> Many Thanks >>> > >>> >>> > >>> _________________________________________________________________ >>> > >>> Use MSN Messenger to send music and pics to your friends >>> > >>> http://messenger.msn.co.uk >>> > >>> >>> > >>> >>> _________________________________________________________________ >>> It's fast, it's easy and it's free. Get MSN Messenger 7.0 today! >>> http://messenger.msn.co.uk >>>
