Finding the Weblogic URL and Port from Oracle EBS R12.2 Context File

 Finding the Weblogic URL and Port from Oracle EBS R12.2 Context File



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. Execute


grep -i "wls_admin" $CONTEXT_FILE


<wls_admin_host oa_var="s_wls_admin_host">funoracleapps</wls_admin_host>


<wls_admin_domain oa_var="s_wls_admin_domain">com</wls_admin_domain>


<wls_admin_user oa_var="s_wls_admin_user">weblogic</wls_admin_user>


<wls_adminport oa_var="s_wls_adminport" oa_type="PORT" base="7001" step="1" range="-1" label="WLS Admin Server Port">7001</wls_adminport>



With these variable values we can create the weblogic URL for our EBS environment.


In our example the URL will be:


http://nizamappsdba.blogspot.com:7001/console


Login User: weblogic

Password: As per environment

appsdbahelp

17+ years of experience in Oracle Database, Oracle Cloud Infrastructure(OCI), Oracle EBS on Cloud, Oracle E-Business Suite, DevOps tools, Oracle WebLogic, Oracle Application Server, Oracle Access Manager and various Operating System flavors including Redhat Linux, UNIX (Solaris, HP-UX) and Windows. Expert in Oracle9i/10g/11g/12c/19c database administration, upgrade, configuration and tuning. Experience in Oracle E-Business Suite technological stack, including architecture, installation, configuration, maintenance, tuning, cloning and patching procedures. Expert in Oracle Cloud Infrastructure(OCI), Oracle EBS On Cloud and Oracle EBS Cloud Manager Experience with Oracle Cloud Solution and Expert of Oracle ERP/Oracle HCM Cloud deployment Experience in Terraform, JSON and chef cloud infrastructure automation framework Knowledge of ASM, Data Guard, Real Application Cluster, Exadata and Exalogic Knowledge of Oracle Enterprise Manager(OEM) Grid Control, Oracle WebLogic, Oracle Internet Directory, Oracle Access Manager and Apache Ability to analyze problem, develops solutions and bring program/project execution to completion.

Post a Comment

Previous Post Next Post