Linux Oracle WebLogic 12c App Server Quick-Start Deployment Easy Guide

April 25, 2013 | By Duchateaux.

The Tutorial Presents a Quick Start Guide to Deployment for the Latest Oracle-Bea WebLogic 12c Java JEE Application Server on Linux Systems.

Inside the Post you Find Links Installing and Getting-Started with the Oracle WebLogic 12c App Server on Linux.

And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.

The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.

Bea WebLogic GNOME Linux Penguin
  1. How to Getting-Started Oracle WebLogic 12c on Linux Distros:

    Quick-Start WebLogic12c for Linux
  2. Open a Terminal Window
    (Press “Enter” to Execute Commands)

  3. Download the sample.war Archive

    wget https://jitpack.io/com/github/WASdev/sample.servlet/2.1.0/sample.servlet-2.1.0.war

  4. Give Permission and Deploy

    chmod +x sample.servlet.war
    mv sample.war $MW_HOME/standalone/deployments

    After the Hello World Sample Should be Successfully Deployed to:

    http://localhost:7001/sample/

    JBoss Deployed .war Hello-World Sample

    The Sample Hello-World Example Include Basic Servlet and a JSP Page.

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

  6. Download the sample.war Archive

    wget https://jitpack.io/com/github/WASdev/sample.servlet/2.1.0/sample.servlet-2.1.0.war

  7. Give Permission

    chmod +x sample.servlet.war

  8. Deployment

    cp sample.war $MW_HOME/user_projects/domains/base_domain/autodeploy

    After the Hello World Sample Should be Successfully Deployed to:

    http://localhost:7001/sample/

    WebLogic Deployed .war Hello-World Sample


QuickChic Theme • Powered by WordPress