Databases Reference
In-Depth Information
28.
In the Create Domain screen, click on Done .
Starting the Administration Server
Start the Administration Server using the startWebLogic script in the domain
directory.
bamhost1> ORACLE_BASE/admin/<domain_name>/aserver/<domain_name>/bin/startWebLogic.sh
In development mode, the Administration Server automatically creates the
boot.properties file that enables the server to start without prompting you
for the username and password. However, in production mode, this file is not
present, and you need to manually create this file if you want to use this feature.
Perform the following steps to create the boot.properties file:
1.
Run the following commands to create the security directory:
bamhost1> cd ORACLE_BASE/admin/<domain_name>/aserver/<domain_name>/servers/AdminServer
bamhost1> mkdir security
bamhost1> cd security
2.
Create the boot.properties file in the security directory with the fol-
lowing content:
username=weblogic password=<password>
Search WWH ::




Custom Search