lunedì 17 giugno 2013

How-to Install Oracle Bea WebLogic 12c App Server on Linux Ubuntu 12.04 Precise Pangolin i386 Step-by-Step Easy Guide

The Tutorial Show Step-by-Step How-to Install and Quick-Start with Oracle Bea WebLogic 12c Application Server Zip Development Release for Linux Ubuntu 12.04 Precise Pangolin 32bit 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 Post Bottom you find a Link to Quickly 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
    Linux Ubuntu 12 Open Terminal
  4. Prerequisite Oracle Java JDK Installation:

    Install Oracle JDK7 for Ubuntu
  5. SetUp Environment Variables

    SetUp the JAVA_HOME and MW_HOME Environment Variables:

    nano ~/.bashrc

    Inserts:

    export JAVA_HOME=</path/2/oracleJdk> export MW_HOME=/opt/wls

    Ctrl+x to Save & Exit :)

    Load New Environment:

    source ~/.bashrc
  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 Ubuntu:

    WebLogic 12c Server Domain StartUp

Nessun commento:

Posta un commento