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

How to Install JBoss 7.1 for Linux CentOS 6.4 KDE4 Easy Visual-Guide

May 29, 2013 | By Duchateaux.

How to Install JBoss on CentOS Linux

The Tutorial shows you a How to Install and Getting-Started with the JBoss 7.1.1 Java JEE Application Server Community Edition Linux CentOS 6.4 KDE4 i686/x8664 Desktop.

Inside the How to Install JBoss 7+ on CentOS 6.4 Linux you Find Links to Installing Oracle Official JDK 7 and to Getting-Started with the JBoss 7 Server on CentOS Linux.

And this Visual Guide includes the Basic Screen-shots of All GUI Steps involved.

The Contents and Details are Essentials and Give Focus only to Instructions and Commands.

How to Install JBoss 7.1 for Linux CentOS 6.4 KDE4 Easy Visual-Guide
  1. Download Latest JBoss App Server Community Edition

    Red-Hat JBoss 71.1 Final tar.gz
  2. Right-Click on Archive > Open with Ark to Decompress

    Extract the Content Into: /tmp.

    Install JBoss 7+ on CentOS 6.4 Linux - Kde Desktop JBoss 7 Extraction

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

    Install JBoss 7+ on CentOS 6.4 Linux Kde4 Open Terminal

  4. Relocate JBoss

    su -c "mv /tmp/jboss* /opt/jboss-as-7/jboss-as-7"

  5. How to Install Required Oracle-Sun JDK 7 on Linux CentOS

    Install Oracle JDK for CentOS
  6. Set Environment Variable and Path

    1. Edit User .bashrc File Settings

       nano ~/.bashrc

      Append:

       export JBOSS_HOME=/opt/jboss-as-7.x.y
      export PATH=$JBOSS_HOME/bin:$PATH

      Ctrl+x to Save & Exit.

    2. Load New Environment Set-Up

       source ~/.bashrc

  7. Getting-Started with JBoss Guide

    JBoss7 Quick Start Guide
  8. So Now Thanks to Red Hat Inc. you Should Finally, Fully Dispose of a JBoss 7 JEE Server Installation CentOS Linux ;)