The Tutorial shows you a How to Install and Getting-Started with the JBoss 7.1.1 Java JEE Application Server Community Edition for Fedora 18 KDE4 i686/x8664 Desktop.
Inside the Post you Find Links to Installing JDK 7 and to Getting-Started with the JBoss 7 Server on Fedora Linux.
And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.
The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.
-
Download Latest JBoss App Server Community Edition:
Red-Hat JBoss 71.1 Final tar.gz -
Right-Click on Archive > Open with Ark to Decompress
Extract the Content Into: /tmp.
-
Open Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Relocate JBoss
su -c "mv /tmp/jboss* /opt/jboss-as-7/jboss-as-7"
-
How to Install Required Oracle-Sun JDK 7 on Fedora Linux:
-
Set Environment Variable and Path
- Edit User .bashrc File Settings
nano ~/.bashrc
Append:
export JBOSS_HOME=/opt/jboss-as-7; export PATH=$JBOSS_HOME/bin:$PATH
Ctrl+x to Save & Exit.
- Load New Environment Set-Up
bash
- Edit User .bashrc File Settings
-
Getting-Started with JBoss Guide:
JBoss7 Quick Start Guide