How to Startup Oracle WebLogic
Steps to Startup WebLogic
The WebLogic is being started from the location of the oracle domain or we can use the scripts to start up the WebLogic from any location.
We need to mention the configuration details of the WebLogic domain in this batch file to start up the WebLogic.
Example oracle domain:
ORACLE_HOME\user_projects\domains\DEV\bin
The command startWebLogic.cmd is used to startup the WebLogic.
Stages of the WebLogic startup
In WebLogic the managed server or any server JVM starts though specific process or stages.
It is vital that every stage has to be successful.
Starting -> Standby -> Started -> Admin -> Resuming -> Running
If the WebLogic is started without any errors, then you will get a result as <Server state changed to RUNNING.>.
Also you can find the status of the WebLogic in the WebLogic Console after login to the console.
The status of the WebLogic in the Console should be in the Running state.
Location: WebLogic Console ----> Environments -----> Servers
You will find the log of the domain the location.
ORACLE_HOME\user_projects\domains\DEV\servers\AdminServer\logs
Comments
Post a Comment