How to find Oracle EBS Weblogic Server Admin Port and URL
Weblogic admin port
Method 1
Open the Application tier context file
vi $CONTEXTFILE
Check the value of ‘WLS Admin Server Port’ from”s_wls_adminport” parameter
Method 2
Open the EBS domain config file
vi $EBS_DOMAIN_HOME/config/config.xml
Check the ‘listen-port’ value of the ‘AdminServer’
Weblogic console URL
http://<server name&>. <domain name&> : <weblogic Admin Port&>/console
Ex: http://oracle.test.com:7002/console
Login User: weblogic
Password: As per environment
Similar Posts:
- Unrecognized option of Weblogic startup error: – JRockit
- sqlplus / as sysdba ora-01031 insufficient privileges
- Harbor installation error 502 bad gateway [How to Solve]
- adb server is out of date. killing [How to Solve]
- Authentication for user Weblogic denied when Weblogic starts managed server
- Trouble Connecting to sql server Login failed. “The login is from an untrusted domain and cannot be used with Windows authentication”
- ERROR 1040 (08004): Too many connections
- Missing value auth-url required for auth plugin password [Solved]
- [Solved] openstack Missing value auth-url required for auth plugin password
- Weblogic startup error: java.lang.noclassdeffounderror [How to Solve]