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

How to Install Oracle WebLogic 12c Server Only for Mac 10.9 Mavericks Easy Guide

March 31, 2014 | By Mark Goo.

Install WebLogic 12c Server on Mac 10.9 Mavericks

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 macOS 10.9 Mavericks.

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.

Install WebLogic 12c on Mac 10.9 Mavericks Linux - Featured
  1. Download WebLogic Development Edition Zip for Linux 32bit

    Here WebLogic Dev 12c Zip x86
    Link to Download the WebLogic Server Development Edition zip Archive
  2. Double-Click on Archive to Unzip

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

    Install WebLogic 12c on Mac 10.9 Mavericks Linux - GNOME 3 Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. How to Install Required Oracle JDK on macOS

    Here Install Oracle JDK for Mac
    How to Install Oracle Java JDK on macOS
  5. SetUp Environment Variables.

    SetUp the JAVA_HOME and MW_HOME Environment Variables:

    Copy
    nano ~/.profile

    Inserts:

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

    Ctrl+x to Save & Exit :)

    Load New Environment:

    Copy
    source ~/.profile
  6. Relocate WebLogic Server.

    Copy
    sudo su

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    Copy
    mv /tmp/wls /opt
  7. Run Configuration Script.

    Copy
    exit
    Copy
    cd $MW_HOME
    Copy
    sudo su

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    Copy
    umask 027
    Copy
    ./configure.sh

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

  8. Setup WLS environment.

    Copy
    ./wlserver/server/bin/setWLSEnv.sh
    Copy
    exit
  9. Quick-Start with Oracle WebLogic 12c Server on Fedora

    Here WebLogic 12c Server Domain StartUp
    How to Configure and Run a Domain on the Latest Oracle-Bea WebLogic 12c Application Server for Fedora Distro