JSP Form-Based Authentication - - - Java Noob
Hi guys,
I am having trouble understanding how this works. Where would the usernames and passwords be stored? Does anybody have detailed information about this a link or something to help a newbie get started. I am trying to make a simple but secure java login page for the users of my website. I will also have a registration system. I have already looked at this site.
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Security5.html#wp182253
Thank You,
Joe
[487 byte] By [
JoeZa] at [2007-11-26 16:51:10]

> Exactly, in these tutorials it does not show how or
> give any examples of storing the usernames in any
> database or XML file.
That is because it doesn't matter to the example. Do it however you want.
> I am looking to use a MYSQL
> database.
That should work fine.
> Do you have any links that would get me started on
> how to authenticate against a MySQL database? Or how
> to add users and passwords? Thanks
I would normally send you here. But the jdbc basics link seems to go in a loop?
http://java.sun.com/docs/books/tutorial/jdbc/index.html
Does anyone else have the link?