How to Install JBoss 7.1.1 Java EE Application Server on Linux Fedora 17 KDE4 32bit/64bit Desktop Easy Visual-Guide

July 20, 2012 | By Duchateaux.

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.

How to Install JBoss on Gnu/Linux Distros
  1. Download the JBoss:

    Red-Hat JBoss 71 Final tar.gz
  2. Double-Click on Archive to Decompress

    Put the Archive Content Into: /tmp.

    Linux Kde Desktop JBoss 7 Extraction

  3. Relocate JBoss
    1. Open a Terminal Window
      (Press “Enter” to Execute Commands)
    2. Login as SuperUser
      su 

      If Got “User is Not in Sudoers file” then see: How to Enable sudo

    3. Relocate JBoss
      sudo chown -R root:root /tmp/jboss*
      mv /tmp/jboss* /opt/jboss-as-7/jboss-as-7
  4. Set Environment Variable and Path

    1. Logout from SuperUser
      exit
    2. Edit User .bashrc File Settings
      nano ~/.bashrc

      Append:

      export JBOSS_HOME=/opt/jboss-as-7; export PATH=$JBOSS_HOME/bin:$PATH
    3. Load New Environment Set-Up
      bash
  5. Getting-Started with JBoss:

    How to Getting-Started with JBoss 7 on Linux
Howto Install JDK 7 on Fedora 17
Install the Latest Java JDK 7 on Fedora 17

QuickChic Theme • Powered by WordPress