Tuesday, 4 August 2015

Start and Stop Oracle Weblogic Instance using CommandLine

Start and Stop Oracle Weblogic Instance Using Command Line:

1) Admin Server Instance:

To start and Stop Weblogic Admin Server Instance use the following command

a) Start the Admin server Instance:

For Windows:

Cmd: MIDDLEWARE_HOME\user_projects\domains\domain_name\bin\startWebLogic.cmd

For Linux:

Terminal: MIDDLEWARE_HOME/user_projects/domains/domain_name/bin/startWebLogic.sh

b) Stop the Admin Server Instance:

For Windows:

Cmd: MIDDLEWARE_HOME\user_projects\domains\domain_name\bin\stopWebLogic.cmd

For Linux:

Terminal: MIDDLEWARE_HOME/user_projects/domains/domain_name/bin/stopWebLogic.sh

2)Managed Server Instance:

To start and Stop Weblogic Managed Server Instance use the following command

a) Start the Managed server Instance:

For Windows:

Cmd: MIDDLEWARE_HOME\user_projects\domains\domain_name\bin\startManagedWebLogic.cmd

For Linux:

Terminal:MIDDLEWARE_HOME/user_projects/domains/domain_name/bin/startManagedWebLogic.sh

eg: startManagedWebLogic.cmd/.sh myManagedServer http://AdminHost:7001

b) Stop the Admin Server Instance:

For Windows:

Cmd: MIDDLEWARE_HOME\user_projects\domains\domain_name\bin\stopManagedWebLogic.cmd

For Linux:

Terminal: MIDDLEWARE_HOME/user_projects/domains/domain_name/bin/stopManagedWebLogic.sh

eg: stopManagedWebLogic.cmd/.sh myManagedServer http://AdminHost:7001

 

where MIDDLEWARE_HOME : Installed Directory of Oracle

domain_name : Name of the Domain you give while creating Domain on Weblogic Server

No comments:

Post a Comment