how to find the login URL for oracle applications

in 11i

[appsuser@panchal VIS12_panchal]$ cd $APPL_TOP/admin

[appsuser@panchal admin]$ ls -ltr *.xml
-rwxr-xr-x 1 appsuser dba 86938 Sep 14 2009 VIS12_panchal.xml
[appsuser@panchal admin]$
[appsuser@panchal admin]$ cat VIS12_panchal.xml | grep http | grep login
http://panchal.dba.com:80/OA_HTML/AppsLogin
[appsuser@panchal admin]$
[appsuser@panchal admin]$


If you check the SID_hostname.xml file. It will have a variable s_login_page , which is the login url.



in R12:

[appsuser@panchal VIS12_panchal]$ cd $INST_TOP/appl/admin
[appsuser@panchal admin]$ ls -ltr
total 108
-rw------- 1 appsuser dba 7311 Sep 14 2009 ojspCompile.properties
-rw------- 1 appsuser dba 3350 Sep 14 2009 ojspCompile.conf
-rw------- 1 appsuser dba 1020 Sep 14 2009 oamextensions.xml
-rwxr-xr-x 1 appsuser dba 86938 Sep 14 2009 VIS12_panchal.xml
[appsuser@panchal admin]$ ls -ltr *.xml
-rw------- 1 appsuser dba 1020 Sep 14 2009 oamextensions.xml
-rwxr-xr-x 1 appsuser dba 86938 Sep 14 2009 VIS12_panchal.xml
[appsuser@panchal admin]$
[appsuser@panchal admin]$ cat VIS12_panchal.xml | grep http | grep login
http://panchal.dba.com:80/OA_HTML/AppsLogin
[appsuser@panchal admin]$
[appsuser@panchal admin]$

If someone want to use external URL , s_external_url : the value here is the external URL.

2 comments:

  1. echo $FORMS60_MAPPING - To check URL in 11i

    ReplyDelete
  2. Hi Amar,

    FORMS60_MAPPING: is The Oracle Applications forms Web server host name and port. very little difference is that it does not redirect you automatically to login page for your oracle applications.

    Regards
    Sandeep Panchal.

    ReplyDelete