JBoss 7 Quick Start Guide
The Tutorial shows you How to Getting-Started with JBoss 7.x JEE 6 Application Server on Linux.
Inside the Post you Find Links to Tutorials on Installing JBoss 7.x on Linux Distros.
The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.
-
How to Install JBoss 7.1.1 Brontes Application Server:
Install JBoss 7 on Linux -
Open a Terminal Window
(Press “Enter” to Execute Commands) -
Check if Oracle Java JDK6+ is Installed
java -version
The Java Version Need to be At Least Greater or Equal to Java 1.6.
-
Starting JBoss Server
This Command Presume you Provided to Setup JBoss Path and Environment Variable like in the Installation Tutorial Above
cd $JBOSS_HOME/bin
./standalone.sh
-
Access JBoss Server on Browser
Point your Browser to Address:
-
Stopping JBoss Server
./jboss-cli.sh --connect --command=:shutdown
-
JBoss7 App Server Deployment on Linux Guide:
JBoss7 Deployment Quick Start