JBoss 7.1.1 Java EE App Server Installation and Getting Started on Linux Ubuntu 12.04 Precise 32bit/64bit Desktop Easy Visual-Guide

April 22, 2013 | By Duchateaux.

The Tutorial shows you How to Install and Getting-Started with the Latest JBoss 7.1.1 Community Edition Java JEE Application Server for Ubuntu 12.04 Precise i386/amd64 Desktop.

Inside the Post you Find Links to Installing JDK 7 and to Getting-Started with the JBoss 7 Server on Ubuntu 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.

Linux Penguin JBoss
  1. Download Latest JBoss App Server Community Edition:

    Red-Hat JBoss 71.1 Final tar.gz
  2. Double-Click on Archive and Extract Into /tmp
    Ubuntu Linux Desktop JBoss 7 Extraction

  3. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Ubuntu Linux12 Open Terminal

  4. Relocate JBoss

    1. Login as SuperUser
      sudo su

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

    2. Relocate JBoss
      sudo chown -R root:root /tmp/jboss*
      mv /tmp/jboss* /opt/jboss-as-7/jboss-as-7
  5. 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
  6. Getting-Started with JBoss:

    How to Getting-Started with JBoss 7 on Linux
  7. How to Install Recommended Oracle JDK on Ubuntu.

    Install Oracle JDK for Ubuntu

QuickChic Theme • Powered by WordPress