The Tutorial shows you a How to Install and Getting-Started with the JBoss 7.1 Java JEE Application Server for Fedora 17 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 the JBoss:
Red-Hat JBoss 71 Final tar.gz -
Double-Click on Archive to Decompress
Put the Archive Content Into: /tmp.
- Relocate JBoss
- Open a Terminal Window
(Press “Enter” to Execute Commands) - Login as SuperUser
su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
- Relocate JBoss
sudo chown -R root:root /tmp/jboss*
mv /tmp/jboss* /opt/jboss-as-7/jboss-as-7
- Open a Terminal Window
-
Set Environment Variable and Path
- Logout from SuperUser
exit
- Edit User .bashrc File Settings
nano ~/.bashrc
Append:
export JBOSS_HOME=/opt/jboss-as-7; export PATH=$JBOSS_HOME/bin:$PATH
- Load New Environment Set-Up
bash
- Logout from SuperUser
-
Getting-Started with JBoss:
Howto Install JDK 7 on Fedora 17