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 Duchateaux.

Hi! 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
  2. Double-Click on Archive and Unzip into /tmp/wls

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

    Ubuntu Linux Open Terminal

  4. Prerequisite Oracle Java JDK 7 Installation:

    Install Oracle JDK for Ubuntu
  5. SetUp Environment Variables

    SetUp the JAVA_HOME and MW_HOME Environment Variables:

    nano ~/.bashrc

    Inserts:

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

    Ctrl+x to Save & Exit :)

    Load New Environment:

    bash
  6. Relocate WebLogic Server

    su -c "mv /tmp/wls /opt"

  7. 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.

  8. Setup WLS environment

    su -c "./wlserver/server/bin/setWLSEnv.sh"

  9. Install Oracle Eclipse OEPE on Ubuntu Linux

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

    WebLogic 12c Server Domain StartUp

QuickChic Theme • Powered by WordPress