RE: Users and authentication - how?

2011-09-20 Thread Leo Donahue - PLANDEVX
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: Tuesday, September 20, 2011 6:29 AM To: Tomcat Users List Subject: Re: Users and authentication - how? On 18/09/2011 21:42, java4dev wrote: * Implement your own using phase listeners. WTF is a 'phase listener'? p Maybe

Re: Users and authentication - how?

2011-09-20 Thread Pid
On 20/09/2011 15:40, Leo Donahue - PLANDEVX wrote: -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Tuesday, September 20, 2011 6:29 AM To: Tomcat Users List Subject: Re: Users and authentication - how? On 18/09/2011 21:42, java4dev wrote: * Implement your own using

RE: Users and authentication - how?

2011-09-20 Thread Leo Donahue - PLANDEVX
-Original Message- From: Pid [mailto:p...@pidster.com] Subject: Re: Users and authentication - how? On 20/09/2011 15:40, Leo Donahue - PLANDEVX wrote: -Original Message- From: Pid [mailto:p...@pidster.com] Subject: Re: Users and authentication - how? On 18/09/2011 21:42

Re: Users and authentication - how?

2011-09-18 Thread Thomas Strauß
check the j2ee specs on the declaration in web.xml and j_securitycheck form based login servlet for use of jaas in your webapp with the tomcat realm as source of authentication data. best regards, thomas -- Thomas Strauß SRS-Management GmbH HRB 25262 AG Darmstadt Gfs.: Detlev Homilius, Thomas

RE: Users and authentication - how?

2011-09-18 Thread Caldarale, Charles R
From: Dola Woolfe [mailto:dolac...@yahoo.com] Subject: Users and authentication - how? Surely, there exists a relatively generic approach to this that includes a backend database, new user form and authentication rules! But I can't find. Can someone direct me as to where to start my

Re: Users and authentication - how?

2011-09-18 Thread java4dev
If you find please share it with the rest of us. The only solution I could find is * either use a portal solution which has already implemented a security model like, Jetspeed 2. uportal etc * go with the default models as they are presented in JEE tutorial, basic , form etc. *

Re: Users and authentication - how?

2011-09-18 Thread MiB
18 sep 2011 kl. 17.17 Dola Woolfe wrote: Hi, I'm missing something very basic. I will develop a web application with users and authentication. Surely, there exists a relatively generic approach to this that includes a backend database, new user form and authentication rules! But I