You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by af...@zipmail.com on 2002/12/13 19:13:30 UTC

Retrieve User - Realm

Hello,

I searched many places and read many things, but I didn't
 find any example that retrieve the user from the session
 after it is authenticated with realm.

Can someone help me?

Thanks.
________________________________________________
Don't E-Mail, ZipMail! http://www.zipmail.com/

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Retrieve User - Realm

Posted by simon <to...@sydneybluegum.com>.
afterz@zipmail.com wrote:

>Hello,
>
>I searched many places and read many things, but I didn't
> find any example that retrieve the user from the session
> after it is authenticated with realm.
>
>Can someone help me?
>
>Thanks.
>________________________________________________
>Don't E-Mail, ZipMail! http://www.zipmail.com/
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>  
>
Remote user: <%= request.getRemoteUser() %>

Remote user is possibly what  you are looking for, have a look at the 
snoop.jsp example that come with tomcat.

Regards,
Simon


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>