How to Getting Started With JBoss 7 Java EE App Server on Linux Step-by-Step Easy Guide

November 8, 2012 | By Duchateaux.

JBoss 7 Quick Start Guide

The Tutorial shows you How to Getting-Started with JBoss 7.x JEE 6 Application Server on Linux.

Inside the Post you Find Links to Tutorials on Installing JBoss 7.x on Linux Distros.

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

Linux Penguin JBoss
  1. How to Install JBoss 7.1.1 Brontes Application Server:

    Install JBoss 7 on Linux
  2. Open a Terminal Window
    (Press “Enter” to Execute Commands)

  3. Check if Oracle Java JDK6+ is Installed

    java -version

    The Java Version Need to be At Least Greater or Equal to Java 1.6.

    Install Oracle Java JDK for Linux
  4. Starting JBoss Server

    This Command Presume you Provided to Setup JBoss Path and Environment Variable like in the Installation Tutorial Above

    cd $JBOSS_HOME/bin
    ./standalone.sh
  5. Access JBoss Server on Browser

    Point your Browser to Address:

    127.0.0.1:8080

    JBoss Server Successfully Started
  6. Stopping JBoss Server

    ./jboss-cli.sh --connect --command=:shutdown

  7. JBoss7 App Server Deployment on Linux Guide:


QuickChic Theme • Powered by WordPress