Databases Reference
In-Depth Information
To simplify the reading, we'll use the following terms when referring to the
directories:
F $JAVA_HOME to JRockit/Java Home directory : /oracle/jvm
F $MW_HOME to Middleware Home : /oracle/Middleware
F $WL_HOME to WebLogic Home : /oracle/Middleware/
wlserver_12.1
How to do it...
Carry out the following steps to install WebLogic Server 12 c :
1. Create a dedicated user to host and run WebLogic Server 12 c in Linux. Log in as
the root user and create the user and the group named wls , and define a new
password for it:
[root@prod01]# groupadd wls
[root@prod01]# useradd -g wls wls
[root@prod01]# passwd wls
Changing password for user wls.
New UNIX password: <new password>
Retype new UNIX password: <new password>
2. Log in as the wls user and set the correct file permissions:
[wls@prod01]$ umask 027
3. Run the JRockit installer in console mode and install JRockit:
[wls@prod01]$ ./jrockit-jdk1.6_xxx-linux-x64.bin -mode=console
4. Follow the onscreen instructions and type /oracle/jvm in the Product
Installation directory. You can just press Enter for all the other options. JRockit
will be installed without the demos and with no source code.
5. Run WebLogic Server 12 c Generic Installer in console mode:
[wls@prod01]$ /oracle/jvm/bin/java -jar wls1211_generic.jar -
mode=console
6. Follow the onscreen instructions and type /oracle/Middleware for the
"Middleware Home" = [Enter new value or use default] screen. Press Enter
to move forward.
7. Skip the Register for Security Updates screen by typing 3 to navigate to 3|Receive
Security Update:[Yes], then type No and then Yes . Press Enter to move forward.
8. Type 1 to select the 1|Typical option on the Install Type screen.
 
Search WWH ::




Custom Search