Form Authentication
Hi Guys,
I am using forms based authentication. I have a couple of problems:
1) When I want to use SSL in tomcat, I configure the security constraint with the <user-data-constraint> CONFIDENTIAL but to no avail?
2) I want to use programatic login, when I use forms based authentication it takes a j_security_check as the action name within the forms tag. This must use a servlet with the mapping j_security_check. I want to control this by doing a check on a database for username and password, how can I do this if I cannot define the servlet used for authentication.
Any help would be great.
Thanks
Adz - Learning The J2EE Ways.
__________________
Adz - Learning The J2EE Ways.
|