Hi,
I decided to use the
JEE built in security features using the Form Method.. j_username j_password thing, However base upon my research, I need to manually write to XML the users....,
Previously, I created a login form with struts2 witch is link to a Table using OPENJPA, I insert records for the user to be allowed to the website. If user's will log in, they have to enter the user and the password to a form then my program retrieve the record in the table and check if the user exist and password is correct then users will be directed to the main page..
Is their a way to use my Table to be link to JEE built in security? So that it will be easier for them to register themselves...
Thank you very much,
Vic