Finding the Weblogic URL and Port from R12. 2 Context File We can find the weblogic URL and port from the CONTEXT_FILE by using the below variable 1 Go to Application Tier 2 Set the RUN file system environment 3 Execute With these variable values we can create the weblogic URL for our EBS environment
Finding login URL in Oracle E-Business Suite 12. 2. X is easy now Now you can find out Login URL in either way 1 5 [applmgr@askmedawaa EBS122]$ echo $CONTEXT_FILE u02 oracle ERP EBS122 fs1 inst apps PROD_askmedawaa appl admin PROD_askmedawaa xml 1 6 [applmgr@askmedawaa EBS122]$ grep login or s_login_page $CONTEXT_FILE or…
Finding the Weblogic URL and Port from R12. 2 Context File With these variable values we can create the weblogic URL for our EBS environment In our example the URL will be: http: oracleapps com:7002 console We can find the weblogic URL and port from the CONTEXT_FILE by using the below variable Steps: 1 Go to Application Tier 2 Set the RUN file system environment 3
getting ebs R12. 2 web logic url from os level - Doyensys Blog This os level command used to get the oracle EBS R12 2 web logic url echo “http: ”$ (cat $CONTEXT_FILE | grep s_webhost | cut -d ‘>’ -f2 | cut -d ‘<‘ -f1)” ”$ (cat $CONTEXT_FILE | grep s_wls_admin_domain | cut -d ‘>’ -f2 | cut -d ‘<‘ -f1)”:”$ (cat $CONTEXT_FILE | grep s_wls_adminport | cut -d ‘>’ -f2 | cut -d