How to Install & Getting Started With JBoss 7.1.1 on MacOSX 10

September 8, 2012 | By Duchateaux.

This Article shows you a Basic Install of the Latest JBoss 7.1.1 Brontes Server on macOS 10.

The content of the Guides give Focus only to the Essentials Instructions and Commands for an easier understanding ;)

Mac on the Clouds
  1. Download the JBoss:

    Red-Hat JBoss 71.1 Final .zip
  2. Double-Click to Unzip JBoss Archive
    1. Open a Terminal Window
      (Press “Enter” to Execute Commands)

      Applications >> Utilities >> Terminal.

    2. Login as SuperUser
      sudo su

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

    3. Move JBoss
      mv /jboss* /opt
  3. 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
  4. Getting-Started with JBoss:


QuickChic Theme • Powered by WordPress