Skip to content

How to print WAM Variables in the End User Page

ARTICLE TYPE
How to

TITLE
How to print WAM ENV Varibles in EUA

ANSWER

  1. Go the folder under WAM /usr/evidian/lpf/eua/docs/uaseua/uas/include

[root@oracle lpf]# cd /usr/evidian/lpf/eua/docs/uaseua/uas/include
[root@oracle include]# ls
accountdeleted.htm  uas_footer.htm  uas_header.htm  uas_navbarpriv.htm  uas_navbarpub.htm  waitsocial.htm
2. on the last line of uas_footer.htm file add below line to get the print of the env variables.
<pre><!--#printenv --></pre>
3. Then we can see in the WAM Portal Footer End user Page

lpf_allow_cond_for_auth_remote=1
lpf_allow_cond_for_admin=1
lpf_allow_cond_for_remote=1
LPF_SERVER_URL=http://localhost:9140
SCRIPT_URL=/psl/portal_welcome.htm
SCRIPT_URI=http://localhost:9140/psl/portal_welcome.htm
LPF_SERVER_TYPE=LPF_EUA_SRV
LPF_QUERY_STRING_SANITIZED=
LPF_HTTP_REFERER=
LPF_CLIENT_IP=192.168.40.35
LPF_PORTAL_CN=lpfportal_491251711024
lpf_portal_display_name=DB Portal
LPF_IFRAME_DETECTION_MODE=yes
LPF_EUA_CUSTOM_ID=0
LPF_GOOGLE_ANALYTICS_ID=-1
LPF_AUTH_SERVER_URL=http://oracle.evidian.local:9130
LPF_PORTAL_URL=http://oracle.evidian.local
LPF_LOGOUT_AUTO_BACK_TO_PORTAL=0
LPF_COOKIE_NAME=lpfgtw
LPF_PORTAL_NAME=DB Portal
LPF_SPECIAL_TOKEN_CN=lpfToken_000000
LPF_AUTH_DESCRIPTION_URL=/pxpadmin/rest/auth/form/

Product Version
WAM 9.0.9 , WAM 9.0.10

Keywords
Evidian WAM

Related articles: