Posts

Showing posts from February, 2023

How to Startup Oracle WebLogic

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