Re: tomcat webapp FORM authentication problem

2009-02-25 Thread Alexander Soudakov
Thanks. I thought it should be something stupid and obvious... Here we are. Embrassing, but I guess I deserved that. Everything works now, I after I put the resources outside the protected area. And from now on, I will treat my browser with more respect, and I will give back its cache and c

Re: JDBCRealm authentication

2009-02-23 Thread Alexander Soudakov
apps I've written where users develop a need to belong to multiple groups. But I've done the same thing for unusual circumstances, just give the same table name for the realm's config values. HTH, Troy On Feb 23, 2009, at 9:50 PM, Alexander Soudakov wrote: Hi

JDBCRealm authentication

2009-02-23 Thread Alexander Soudakov
Hi everybody, I have a question about JDBCRealm authentication in Tomcat 5.5. I'm trying to use mysql database for authentication and I was wondering if it is possible to use just one single table with usernames, passwords and role names instead of two with usernames, passwords and with u