Posted on

Starting Weblogic Administration Server

The first step in learning the server administration is obviously starting the administration server. Move to your domain’s “bin” folder which is located at:

$MW_HOME/user_projects/domains/[your_domain]/bin

Supposing that you have chosen”C:\Weblogic” as middleware home and elected “base_domain” as your domain:

cd C:\Weblogic\user_projects\domains\base_domain\bin  C:\Weblogic\user_projects\domains\base_domain\bin>startWebLogic.cmd

. . . ..
<20-lug-2012 10.06.40 CEST> <Notice> <WebLogicServer> <BEA-000360> <The server started in RUNNING mode.>

Once the server is started you can enter into its core management instrument, which is the Web Console. The console is accessible, by default, at the following HTTP address:
http://localhost:7001/console

oracle weblogic book oracle weblogic books

Since the Web administration console is deployed on demand, the first time you will try to access it the browser will put you on waiting for a minute.

oracle weblogic book oracle weblogic booksAt this point, you can log in using the administration credentials that you have supplied during the installation. If you have accidentally lost your administration password, turn to the last recipe of this book (In Chapter 11) which describes how to replace it with a new one.