Wednesday, May 29, 2013

JBoss 7.1.1 JEE App Server Installation and Getting-Started on Linux Kubuntu 12.04 Precise 32/64bit Desktop Easy Visual-Guide

The Tutorial Show How-to Install and Getting-Started with the Latest JBoss 7.1.1 Community Edition Java JEE Application Server for Linux Kubuntu 12.04 Precise Pangolin i386/amd64 Desktop.

 

Inside the Article you Find Links to Installing JDK 7 and to Getting-Started with the JBoss 7 Server on Kubuntu 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 Easier to Read & Digest ;)

Linux Penguin JBoss
  1. Download Latest JBoss App Server Community Edition:

    JBoss 7.1.1 Final tar.gz
  2. Double-Click on Archive and Extract Into /tmp Linux Kde Desktop JBoss 7 Extraction
  3. Open Terminal Window
    Linux Kubuntu 12 Open Terminal
  4. Relocate JBoss
    1. Login as SuperUser
      sudo su
    2. Relocate JBoss
      mv /tmp/jboss* /opt
  5. 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
  6. Getting-Started with JBoss:

    How-to Getting-Started with JBoss 7 on Linux
  7. How-to Install Recommended Oracle JDK7 on Kubuntu

    Install Oracle JDK7 for Kubuntu