Hi,
I have the following jsp deployed on Tomcat 5.0.24:
login.jsp
secure/secretInfo.jsp
registerUser.jsp
:
I've successfully set form authentication with JDBC Realm.
If users who haven't login try to access secure/* pages,
they are constrained by tomcat and move to login.jsp.
registerUser.jsp registers a new user and his role. This works fine,
too.
What I want to do is, registerUser.jsp registers a new user
and then authenticates the user. What tomcat api(s)
should I use to authenticate an arbitrary user?
regards,
Koji
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]