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