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;)
-
Download the Latest JBoss for Linux:
JBoss 7.1.1 Final tar.gz - Eventually Double-Click on Archive to Decompress
Put the Archive Content Into: /tmp
- Relocate JBoss
- Open a Terminal Window
- Login as SuperUser
su
- Move JBoss
mv /tmp/jboss* /opt
- 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
Howto Install JDK 7 on OpenSuse 11-12 Linux
Install Java JDK 7 on OpenSuse