Re: Form based auth - Not working

2007-10-08 Thread Nicolas Gonzalez
Hi all, Thx for all the answers. I deleted my context file, the login.jsp, the data from the db and configured everything again (using localDataSource="true" to be able to use the local data source) . Now the auth is working!!! I'm pretty sure, as u said, that I had a problem or in my jsp login fi

Re: Form based auth - Not working

2007-10-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nicolas, Nicolas Gonzalez wrote: > I have a DB with users and user-roles tables and data in those tables but > every time I try > to log in my application it will fail with no reason, nor log either! Care to give us the database schema you are using?

Re: Form based auth - Not working

2007-10-08 Thread Nicolas Gonzalez
Hi Mark and David! See my response inline On 10/8/07, Mark Thomas <[EMAIL PROTECTED]> wrote: > > Nicolas Gonzalez wrote: > > I've done almost (I think that everything!) that the doc requires to > > configure a FORM > > based authentication and doesn't work. > > I have a DB with users and user-role

Re: Form based auth - Not working

2007-10-08 Thread David Delbecq
Please provide web.xml login form file (most probaly something like login.jsp) url you typed in browser what you see on screen `Nicolas Gonzalez a écrit : Hi, I'm experiencing a problem with the FORM based authentication provided by Tomcat. I've done almost (I think that everything!) that the d

Re: Form based auth - Not working

2007-10-08 Thread Mark Thomas
Nicolas Gonzalez wrote: > I've done almost (I think that everything!) that the doc requires to > configure a FORM > based authentication and doesn't work. > I have a DB with users and user-roles tables and data in those tables but > every time I try > to log in my application it will fail with no r

Form based auth - Not working

2007-10-08 Thread Nicolas Gonzalez
Hi, I'm experiencing a problem with the FORM based authentication provided by Tomcat. I've done almost (I think that everything!) that the doc requires to configure a FORM based authentication and doesn't work. I have a DB with users and user-roles tables and data in those tables but every time I t