Install WebLogic 12c on CentOS 6.X Linux
Hi! The Tutorial shows you Step-by-Step How to Install and Quick Start with Oracle Bea WebLogic 12c Application Server for JEE6 Development Release on CentOS 6.x KDE4 x8664 Linux Desktop.
Here I Describe a Local Installation, for a System-Wide One you will need hence to Adapt Consequently the Procedure.
On the Article Bottom you find a Link to Weblogic 12c Quick Start with First, Steps Administration and Deployment Procedures.
-
Download WebLogic 12c Server Generic for 64-bit JVM:
WebLogic Generic Installer .jar -
Open Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Prerequisite Oracle Java JDK Installation:
-
SetUp Environment Variables
Set JAVA_HOME, MW_HOME and PATH Vars:
nano ~/.bashrc
Inserts Something Like:
export MW_HOME=$HOME/Oracle/Middleware
/nexport JAVA_HOME=
/nexport PATH=$PATH:$JAVA_HOME/binCtrl+x to Save & Exit :)
Load New Environment:
bash
-
Start WebLogic 12c Server Installer
sudo java -jar $HOME/Downloads/wls12*.jar
-
Installation Procedure with ScreenShots
Set Oracle Middleware Home. If you Change the Default Middleware Location Then Remember to Modify Consequently also the $MW_HOME in ~/.bashrc SetUp :)
If NO Oracle Subscription Then Just Skip Up.
Choose Installation Type.
Possibly Select the JDK to Use with WebLogic 12c Server.
Set WebLogic 12c Server Installation Directories.
Summary.
Installing…
Success!
Congratulation :)
-
Quick-Start with Oracle WebLogic 12c Server on CentOS:
WebLogic 12c Server Domain StartUp