This article will describe how to find out applications access URL in E-Business suite 11i and R12
In Applications 11i:
Here URL is http://testappl.orasol.com:8005
In Applications R12:
Here URL is http://orasolerp.orasol.com:8008
In Applications 11i:
bash-3.00$cd $APPL_TOP/admin
bash-3.00$ pwd
/appl/apps/prodnewappl/admin
bash-3.00$ ls -l *.xml
-rw-r--r-- 1 appltest dbatest 84223 Oct 2 12:54 PRODTEST_testappl.xml
bash-3.00$ cat PREPROD_testappl.xml | grep http | grep login
login_page oa_var="s_login_page" http://testappl.orasol.com:8005/oa_servlets/AppsLogin/login_page
bash-3.00$
Here URL is http://testappl.orasol.com:8005
In Applications R12:
bash-3.00$ cd $INST_TOP
bash-3.00$ ls
admin appltmp conf_ERPTEST.txt ora pids rgf temp
appl certs logs out portal soa
bash-3.00$ cd appl
bash-3.00$ ls
admin fnd
bash-3.00$ cd admin
bash-3.00$ ls -l
total 228
-rwxr-xr-x 1 applmgr appsdba 90899 Nov 9 12:18 ERPTEST_orasolerp.xml
-rw-r--r-- 1 applmgr appsdba 10392 Nov 9 12:10 adovars_ERPTEST_orasolerp.env
-rw------- 1 applmgr appsdba 1016 Nov 9 12:10 oamextensions.xml
-rw------- 1 applmgr appsdba 3340 Nov 9 12:10 ojspCompile.conf
-rw------- 1 applmgr appsdba 7476 Nov 9 12:10 ojspCompile.properties
bash-3.00$ cat ERPTEST_orasolerp.xml | grep http | grep login
login_page oa_var="s_login_page"http://orasolerp.orasol.com:8008/OA_HTML/AppsLogin/login_page
bash-3.00$ pwd
/OrApps/appsR12/inst/apps/ERPTEST_orasolerp/appl/admin
bash-3.00$
Here URL is http://orasolerp.orasol.com:8008
Comments