j_security_check using database
Hi.
I have just read the tutorial abut securing web applications. I saw you can use j_security_check and let the application server do the authentication. But in the tutorial, it said to define users using the AdminConsole.
But i want to be able to register user, so i must use a a database where i store them. So how can i use j_security_check with a database?
Thanks!

