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

How to Install Oracle WebLogic 12c on Debian Stretch 9

May 19, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading

    Here Download WebLogic 12c Server Generic for 64-bit JVM:

    WebLogic Generic Installer .jar
    Please Donate $1 to Remove Ads!




    Link to Download the WebLogic Server Development Edition zip Archive
  • 3. Installing Java

    How to Install Required Oracle-Sun JDK 8+ on Debian Linux

    Here Install Oracle JDK for Debian
    Please Donate $1 to Remove Ads!




    How to Install Oracle-Sun Official Java JDK on Linux Debian
  • 4. Setting Up Env Vars

    SetUp Environment Variables
    Set JAVA_HOME, MW_HOME and PATH Vars:

    Copy
    nano ~/.bashrc

    Append Something Like:

    Copy
    export MW_HOME=$HOME/Oracle/Middleware
    /nexport JAVA_HOME=
    /nexport PATH=$PATH:$JAVA_HOME/bin

    Ctrl+x to Save & Exit :)
    And to Load the New Environment simply:

    Copy
    bash
  • 5. Installing

    Start WebLogic 12c Server Installer
    Run:

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

    Then follow the Installation’s Wizard:
    Install Oracle-BEA WebLogic 12c on Debian Stretch 9 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 :)

    Install Oracle-BEA WebLogic 12c on Debian Stretch 9 64-bit - 2 Set Home

    If NO Oracle Subscription Then Just Skip Up.

    Install Oracle-BEA WebLogic 12c on Debian Stretch 9 64-bit - 3 Security Updates
    Install Oracle-BEA WebLogic 12c on Debian Stretch 9 64-bit - 4 Confirm

    Choose Installation Type.

    Install Oracle-BEA WebLogic 12c on Debian Stretch 9 64-bit - 5 Choose Installation Type

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

    Install Oracle-BEA WebLogic 12c on Debian Stretch 9 64-bit - 6 JDK Selection

    Set WebLogic 12c Server Installation Directories.

    Install Oracle-BEA WebLogic 12c on Debian Stretch 9 64-bit - 7 WebLogic Installation Directories

    Summary.

    Install Oracle-BEA WebLogic 12c on Debian Stretch 9 64-bit - 8 WebLogic Installation Summary

    Installing…

    Install Oracle-BEA WebLogic 12c on Debian Stretch 9 64-bit - 9 Installing WebLogic 12c

    Success!

    Install Oracle-BEA WebLogic 12c on Debian Stretch 9 64-bit - 9 Success

    Congratulation :)

  • Contents