Help: database user authentication how-to.

2001-02-15 Thread Christian Rauh
Dear People, I am totally confused on how to proceed with the user authentication in my web application. I will try to state my problem briefly: I have a web application that has FORM security. I need to create a way for users to create an account that gives them access to the web application.

Re: Help: database user authentication how-to.

2001-02-15 Thread Fernando Padilla
I've been looking at the code in Tomcat 3.2, there is no JDBCRealm present. Do I need to be looking at Tomcat 4.0? Apologies for the stupid question. fern On Thu, 15 Feb 2001, Christian Rauh wrote: Dear People, I am totally confused on how to proceed with the user authentication in my

Re: Help: database user authentication how-to.

2001-02-15 Thread Fernando Padilla
Yes, it was a stupid question. Tomcat 4 does indeed have JDBCRealm. Sorry guys. fern On Thu, 15 Feb 2001, Fernando Padilla wrote: I've been looking at the code in Tomcat 3.2, there is no JDBCRealm present. Do I need to be looking at Tomcat 4.0? Apologies for the stupid question.

RE: Help: database user authentication how-to.

2001-02-15 Thread Ignacio J. Ortega
JDBCRealm is on versions 3.2 and up and on 4.0 too... Saludos , Ignacio J. Ortega -Mensaje original- De: Fernando Padilla [mailto:[EMAIL PROTECTED]] Enviado el: jueves 15 de febrero de 2001 17:21 Para: [EMAIL PROTECTED] Asunto: Re: Help: database user authentication how