You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kevin Fonner <fo...@greenfern.com> on 2001/05/09 18:31:02 UTC

another database question

I want to be able to pass the authentication from the web application to the database system.  I know I can use the req.getRemoteUser( ) to grab the authenticated user.  How can I grab the password.  Or is their a better way to handle this?