How to Install Oracle WebLogic 12c on Debian Buster 10

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

Installing

  1. 2. Downloading

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

    WebLogic Generic Installer .jar
  • 3. Installing Java

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

    Install Oracle JDK for Debian
  • 4. Setting Up Env Vars

    SetUp Environment Variables
    Set JAVA_HOME, MW_HOME and PATH Vars:

    nano ~/.bashrc

    Append Something Like:

    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:

    bash
  • 5. Installing

    Start WebLogic 12c Server Installer
    Run:

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

    Then follow the Installation’s Wizard:
    Install Oracle-BEA WebLogic 12c on Debian Buster 10 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 Buster 10 64-bit - 2 Set Home

    If NO Oracle Subscription Then Just Skip Up.

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

    Choose Installation Type.

    Install Oracle-BEA WebLogic 12c on Debian Buster 10 64-bit - 5 Choose Installation Type

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

    Install Oracle-BEA WebLogic 12c on Debian Buster 10 64-bit - 6 JDK Selection

    Set WebLogic 12c Server Installation Directories.

    Install Oracle-BEA WebLogic 12c on Debian Buster 10 64-bit - 7 WebLogic Installation Directories

    Summary.

    Install Oracle-BEA WebLogic 12c on Debian Buster 10 64-bit - 8 WebLogic Installation Summary

    Installing…

    Install Oracle-BEA WebLogic 12c on Debian Buster 10 64-bit - 10 Installing WebLogic 12c

    Success!

    Install Oracle-BEA WebLogic 12c on Debian Buster 10 64-bit - 10 Success

    Congratulation :)

  • Contents


    QuickChic Theme • Powered by WordPress