This Article shows you a Basic Install of the Latest JBoss 7.1.1 Brontes Server on macOS X 10.
The content of the Guides give Focus only to the Essentials Instructions and Commands for an easier understanding ;)
This Article shows you a Basic Install of the Latest JBoss 7.1.1 Brontes Server on macOS X 10.
The content of the Guides give Focus only to the Essentials Instructions and Commands for an easier understanding ;)
Download the JBoss:
Applications >> Utilities >> Terminal.
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
mv /jboss* /opt
Set Environment Variable and Path
exit
nano ~/.bashrc
Append:
export JBOSS_HOME=/opt/jboss-as-7; export PATH=$JBOSS_HOME/bin:$PATH
bash
Getting-Started with JBoss: