The Tutorial Presents a Quick Start Guide to Deployment for the Latest JBoss 7.1.1 Brontes Java JEE Application Server on Linux.
Inside the Post you Find Links Installing and Getting-Started with the JBoss 7 App Server on 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.
-
How to Install & Getting-Started with the Latest JBoss App Server on Linux:
JBoss7 Quick Start Guide -
Open a Terminal Window
(Press “Enter” to Execute Commands) -
Download the sample.war Archive
wget https://jitpack.io/com/github/WASdev/sample.servlet/2.1.0/sample.servlet-2.1.0.war
-
Give Permission
chmod +x sample.servlet.war
-
Deployment
-
By Simple Terminal Command
mv sample.war $JBOSS_HOME/standalone/deployments
After the Hello World Sample Should be Successfully Deployed to:
127.0.0.1:8080/sample.servlet-2.1.0/
The Sample Hello-World Example Include a Servlet and a JSP Page.
-
By JBoss Administration Console on Browser
- JBoss Administration Initial Setup
cd $JBOSS_HOME/bin
./add-user.sh
Accept the First, Two Defaults and Then Set User and Pass…
- JBoss Deployment by Administration Console
http://localhost:8080
Click on the Administration Console Link.
Select Manage Deployments > Click On “Add Content”.
Then Simply Browse for the .war to Deploy on JBoss Domain…
- JBoss Administration Initial Setup
-