How can I programmatically set a user in the Tomcat container?  i.e.
request.setRemoteUser(p);  I know that doesn't exist, but that is
essentially what I need to do.

My scenario is that I want to send a 1024-bit key to a user.  That user
would send that key to a specific servlet.  The servlet would take the key
and lookup the user's information and programmatically log them into Tomcat.

On subsequent page requests, the request.getRemoteUser() would give me back
the user.

Thank you for any help,
Micah

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to