$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Oracle WebLogic 12c on CentOS 6.X 64-bit Linux Step-by-Step Easy Guide

May 29, 2013 | By Duchateaux.

Install WebLogic 12c on CentOS 6.X Linux

How to Install and Quick Start with Oracle Bea WebLogic 12c Application Server for JEE6 Development Release on CentOS 6.x KDE4 x8664 Linux desktop.

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.

How to Install Oracle WebLogic 12c on CentOS 6.X 64-bit Linux Step-by-Step Easy Guide
  1. Download WebLogic 12c Server Generic for 64-bit JVM:

    WebLogic Generic Installer .jar
  • Open Terminal Window
    (Press “Enter” to Execute Commands)

    Install WebLogic 12c on CentOS 6.X Linux - KDE4 Open Terminal

    In case first see: Terminal QuickStart Guide.

  • Prerequisite Oracle Java JDK Installation:

    Install Oracle JDK for CentOS
  • 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/bin

    Ctrl+x to Save & Exit :)

    Load New Environment:

    bash
  • Start WebLogic 12c Server Installer

    sudo java -jar $HOME/Downloads/wls12*.jar

  • Installation Procedure with ScreenShots
    Oracle BEA WebLogic 12c Server Installation CentOS 6.X 64-bit - 1 Welcome

    Set Oracle Middleware Home. If you Change the Default Middleware Location Then Remember to Modify Consequently also the $MW_HOME in ~/.bashrc SetUp :)

    Oracle BEA WebLogic 12c Server Installation CentOS 6.X 64-bit - 2 Set Home

    If NO Oracle Subscription Then Just Skip Up.

    Oracle BEA WebLogic 12c Server Installation CentOS 6.X 64-bit - 3 Security Updates
    Oracle BEA WebLogic 12c Server Installation CentOS 6.X 64-bit - 4 Confirm

    Choose Installation Type.

    Oracle BEA WebLogic 12c Server Installation - 5 Choose Installation Type

    Possibly Select the JDK to Use with WebLogic 12c Server.

    Oracle BEA WebLogic 12c Server Installation CentOS 6.X 64-bit - 6 JDK Selection

    Set WebLogic 12c Server Installation Directories.

    Oracle BEA WebLogic 12c Server Installation CentOS 6.X 64-bit - 7 WebLogic Installation Directories

    Summary.

    Oracle BEA WebLogic 12c Server Installation CentOS 6.X 64-bit - 8 WebLogic Installation Summary

    Installing…

    Oracle BEA WebLogic 12c Server Installation CentOS 6.X 64-bit - 9 Installing WebLogic 12c

    Success!

    Oracle BEA WebLogic 12c Server Installation CentOS 6.X 64-bit - 10 Success

    Congratulation :)

  • Quick Start with Oracle WebLogic 12c Server on CentOS:

    WebLogic 12c Server Domain StartUp

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