Form based authentication - infinite loop.

2001-03-05 Thread Kevin McDonald
unsuccessful for user null Which loops until I close the browser My config is: Tomcat 3.2.1 Win2000 IE5.0 SQL2000 com.inet.tds driver The FORM based page worked ok when I brought it up from the jsp examples screen. Has anybody seen this? Any ideas? Thanx, Kevin McDonald Austin TX

Form based auth - saving login credentials?

2001-03-05 Thread Kevin McDonald
want to store user ID's in the users table. When the authentication happens I want to get the user ID and the user_roles and save them in the session object. I can hack JDBCRealm source file but is there a better way to do this? Thanx, Kevin McDonald Austin TX

Re: server.xml docs written (GOOD STUFF!)

2001-03-06 Thread Kevin McDonald
This is really good stuff - maybe the internal Tomcat developers could help proof read and update this doc? The next step would be web.xml? Keep up the good work! Thanx, Kevin I've written up some documentation based on all the information I could find about server.xml at