Saturday, June 15, 2013

How-to Install JBoss 7.1.1 Brontes Server on Linux OpenSuse 11-12 KDE Easy Visual-Guide

The Guide Show Step-by-Step How-to Install the Latest JBoss 7.1.1 Brontes Server for Linux OpenSuse 11-12 KDE4 Desktop.

 

Inside the Article you Find Links to Installing JDK 7 and to Getting-Started with the JBoss 7 Server on OpenSuse Linux.

 

To Make the Entire Process Easier to Visualize and Retain the Article Includes the Basic Screenshots of the Essentials Steps Involved.

 

The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut more Easy & Digestive;)

Linux Penguin JBoss
  1. Download the Latest JBoss for Linux:

    JBoss 7.1.1 Final tar.gz
  2. Eventually Double-Click on Archive to Decompress

    Put the Archive Content Into: /tmp

    Linux Kde Desktop JBoss 7 Extraction
  3. Relocate JBoss
    1. Open a Terminal Window
    2. Login as SuperUser
      su
    3. Move JBoss
      mv /tmp/jboss* /opt
  4. Set Environment Variable and Path
    1. Logout from SuperUser
      exit
    2. Edit User .bashrc File Settings
      nano ~/.bashrc

      Insert:

      export JBOSS_HOME=/opt/jboss-as-7.x.y
      export PATH=$JBOSS_HOME/bin:$PATH
    3. Load New Environment Set-Up
      source ~/.bashrc
  5. Getting-Started with JBoss:

    How-to Getting-Started with JBoss 7 on Linux
Howto Install JDK 7 on OpenSuse 11-12 Linux
Install Java JDK 7 on OpenSuse