Databases Reference
In-Depth Information
4. The next time you start WebLogic Administration Server, it will use the credentials
from the boot.properties file. The file will also be encrypted:
[wls@prod01]$ cat boot.properties
password={AES}If68A2GSiO6Fa8w4j0giDJGR0FATHnfPsoZvpmF/Ipc\=
username={AES}UYyIQYkN6z5o8PsS/IccG3VgZv6LP1zj+Ro1JBDb2ZE\=
Starting the Administration Server in the background
You usually start the Administration Server as a background process in Linux.
1. Go to the WebLogic domain's bin directory:
[wls@prod01]$ cd $DOMAIN_HOME/bin
2. Start the Administration Server in the background:
[wls@prod01]$ nohup ./startWebLogic.sh &
[1] <PID>
The <PID> value is the process ID of the Administration Server.
The standard output ( stdout ) and standard error ( stderr ) of the process will be appended
to a file called $DOMAIN_HOME/bin/nohup.out .
Accessing the Administration Console
The Administration Console application is running in the Administration Server. To access it,
follow the ensuing steps:
1. Open your web browser and navigate to http://prod01.domain.local:7001/
console :
2. Type the wlsadmin username and the password that was specified earlier.
 
Search WWH ::




Custom Search