Install Oracle-BEA WebLogic 12c on Ubuntu 14.04 Trusty 64-bit
You are Welcome! The Tutorial shows you Step-by-Step How to Install and Quick Start with Oracle Bea WebLogic 12c Application Server for JEE Development Release on Ubuntu 14.04 Trusty Tahr LTS Amd64 Desktop/Server.
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:
-
Login into Server Shell.
Or Open a Command Line Terminal Window
(Press “Enter” to Execute Commands)
Ctrl+Alt+t -
How to Install Required Oracle-Sun JDK 8+ on Ubuntu Linux
-
SetUp Environment Variables
Set JAVA_HOME, MW_HOME and PATH Vars:
nano ~/.bashrc
Inserts Something Like:
export MW_HOME=$HOME/Oracle/Middleware
export JAVA_HOME=
export 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 Ubuntu:
Tags: Getting Started, Guide, How-to, Install, install weblogic 12c ubuntu, JEE, Linux, Oracle WebLogic 12c, Tutorial, Ubuntu, Ubuntu 14.04 Trusty, weblogic 12c ubuntu, weblogic app server