Monday, January 16, 2012

How to start weblogic server in windows

Starting the Weblogic 12c Managed Server


To start the Weblogic  Server Instance:


1. Open a command prompt on the computer on which you created the domain.

Click Start.

Click Run.

Type cmd or command and press enter.





2. Change to the directory in which you created the domain.

For example: C:\Oracle\Middleware\user_projects\domains\base_domain\bin



3.Run the available start-up script.

For example:

UNIX: stopManagedWebLogic.sh

startManagedWebLogic.sh <managed_server_name> <admin_url>

Windows: stopManagedWebLogic.cmd

startManagedWebLogic.cmd <managed_server_name> <admin_url>



4.Weblogic  Server Instance  Started in Running Mode.