How to Install Oracle Bea WebLogic 12c App Server on Ubuntu 12.04 Precise LTS I386 Step-by-Step Easy Guide

October 4, 2012 | By Regaz.

You are Welcome! The Tutorial shows you Step-by-Step How to Install and Quick Start with Oracle Bea WebLogic 12c Application Server Zip Development Release for Ubuntu 12.04 Precise Pangolin LTS 32-bit Desktop.

Here I Describe a System wide Installation, if you Opt for a Single User Installation then you will need to Adapt consequently the Procedure.

On the Article Bottom you find a Link to Getting-Started with Weblogic 12c Administration and Deployment Procedures.

Install Oracle WebLogic 12c on Ubuntu 12.04 Precise LTS - Featured
  1. Download WebLogic Development Edition Zip for Linux 32bit:

    WebLogic Dev 12c Zip x86
  • Double-Click on Archive and Unzip into /tmp/wls

  • Open a Terminal Window
    (Press “Enter” to Execute Commands)

    Ubuntu Linux Open Terminal
  • Prerequisite Oracle Java JDK 7 Installation:

    Install Oracle JDK for Ubuntu
  • SetUp Environment Variables

    SetUp the JAVA_HOME and MW_HOME Environment Variables:

    nano ~/.bashrc

    Inserts:

    export JAVA_HOME=/[path/2/oracle/jdk]
    export MW_HOME=/opt/wls

    Ctrl+x to Save & Exit :)

    Load New Environment:

    bash
  • Relocate WebLogic Server

    su -c "mv /tmp/wls /opt"
  • Run Configuration Script

    cd $MW_HOME
    su -c "umask 027"
    su -c "./configure.sh"

    You will need to Wait until all Server Components are Built-In.

  • Setup WLS environment

    su -c "./wlserver/server/bin/setWLSEnv.sh"
  • Install Oracle Eclipse OEPE on Ubuntu Linux

    Getting-Started with Oracle OEPE
  • Quick-Start with Oracle WebLogic 12c Server on Ubuntu:

    WebLogic 12c Server Domain StartUp

  • Tags: , , , , , , , , , , , , , , , ,