How to Install Oracle Bea WebLogic 12c for Linux Mint 13 Maya Cinnamon 32bit Step-by-Step Easy Guide

October 5, 2012 | By Duchateaux.

The Tutorial shows you How to Install and Quick Start with Oracle Bea WebLogic 12c Application Server Zip Development Release for Linux Mint 13 Maya Cinnamon 32-bit Desktop.

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

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

Oracle Ripples
  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)

    Linux Mint 13 Maya Cinnamon Open Terminal

  4. Prerequisite Oracle Java JDK 7 Installation:

    Install Oracle JDK for Linux Mint
  5. 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
  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. Quick-Start with Oracle WebLogic 12c Server on Linux Mint:


QuickChic Theme • Powered by WordPress