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

Linux JBoss 7 Application Server Deployment QuickStart Guide With Initial Setup and Hello World Example Easy Visual-Guide

April 22, 2013 | By Duchateaux.

The Tutorial Presents a Quick Start Guide to Deployment for the Latest JBoss 7.1.1 Brontes Java JEE Application Server on Linux.

Inside the Post you Find Links Installing and Getting-Started with the JBoss 7 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.

Linux JBoss 7 Application Server Deployment QuickStart Guide With Initial Setup and Hello World Example Easy Visual-Guide
  1. Here How to Install & Getting-Started with the Latest JBoss App Server on Linux:

    JBoss7 Quick Start Guide
    Step-by-Step Guide to Getting-Started with JBoss Application Server for Java JEE on Linux
  2. Open a Terminal Window
    (Press “Enter” to Execute Commands)

  3. Download the sample.war Archive

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

  4. Give Permission

    Copy
    chmod +x sample.servlet.war

  5. Deployment

    • By Simple Terminal Command

      Copy
      mv sample.war $JBOSS_HOME/standalone/deployments

      After the Hello World Sample Should be Successfully Deployed to:

      127.0.0.1:8080/sample.servlet-2.1.0/
      JBoss Deployed .war Hello-World Sample

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

    • By JBoss Administration Console on Browser

      1. JBoss Administration Initial Setup
        Copy
        cd $JBOSS_HOME/bin
        Copy
        ./add-user.sh

        Accept the First, Two Defaults and Then Set User and Pass

        JBoss Administration Console Initial Setup

      2. JBoss Deployment by Administration Console

        http://localhost:8080

        Click on the Administration Console Link.

        JBoss Administration Console Access

        Select Manage Deployments > Click On “Add Content”.

        JBoss Deployment by Administration Console

        Then Simply Browse for the .war to Deploy on JBoss Domain…