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!

[395 byte] By [Powerhouse_ba] at [2007-11-27 4:09:57]
# 1
Look at the documentation of the server you use and find there how to set Realms.If you want a MySQL database look for JDBC Realm.
Batsupa at 2007-7-12 9:15:27 > top of Java-index,Security,Other Security APIs, Tools, and Issues...