The Tutorial Show How-to Install and Getting-Started with the Latest JBoss 7.1.1 Community Edition Java JEE Application Server for Linux Xubuntu 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 Xubuntu 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 ;)
-
Download Latest JBoss App Server Community Edition:
JBoss 7.1.1 Final tar.gz - Double-Click on Archive and Extract Into /tmp
- Open Terminal Window
- Relocate JBoss
- Login as SuperUser
sudo su
- Relocate JBoss
mv /tmp/jboss* /opt
- Login as SuperUser
- Set Environment Variable and Path
- Logout from SuperUser
exit
- Edit User .bashrc File Settings
nano ~/.bashrc
Insert:
export JBOSS_HOME=/opt/jboss-as-7.x.y export PATH=$JBOSS_HOME/bin:$PATH
- Load New Environment Set-Up
source ~/.bashrc
- Logout from SuperUser
-
Getting-Started with JBoss:
How-to Getting-Started with JBoss 7 on Linux -
How-to Install Recommended Oracle JDK7 on Linux Xubuntu
Install Oracle JDK7 for Xubuntu