Print REMOTE_USER CGI Variable in JSP on WebLogic 11g

AshokTechnical Tips1 Comment

There could be a number of reasons you want to verify the value of the REMOTE_USER variable in an app you are running in WebLogic. A quick way to check is by dropping in a JSP file that prints the value:

<html>
<body>
REMOTE_USER: <%= request.getRemoteUser() %>
</body>
</html>

One Comment on “Print REMOTE_USER CGI Variable in JSP on WebLogic 11g”

  1. You are actually a just right webmaster. The site loading speed is amazing. It sort of feels that you are doing any unique trick. Moreover, The contents are masterwork. you have done a fantastic activity on this topic!

Leave a Reply

Your email address will not be published. Required fields are marked *