- Lab
- A Cloud Guru
Using the JBoss EAP Management Console
The JBoss Enterprise Application Platform allows users to deploy and manage Java-based applications. Part of this enterprise offering is access to the JBoss EAP HAL Management Console, which allows us to manage everything from JBoss EAP itself and any of its features to our individual application settings.
Path Info
Table of Contents
-
Challenge
Access the Console
Access the JBoss EAP management console by going to
PUBLICIP:9990
and using the usernameadmin
and the passwordpinehead
. -
Challenge
Update Socket Bindings
-
Move to the Configuration page, either by using the top menu or clicking Start under the Configuration heading.
-
Select Socket Bindings from the left menu.
-
Select standard-sockets, then click View.
-
Select Inbound from the left menu.
-
In the list of inbound sockets, select the
http
option, then click Edit. Change the Port to9779
. Save. -
Update the
https
option so that it uses port9797
.
-
-
Challenge
Update Deployment Scanner
-
Return to the overall Configuration page.
-
Select Subsystems from the left menu, then view the Deployment Scanners.
-
Click Add to create a new scanner.
-
Set the name to
cloud-user-deploy
and the path to/home/cloud_user/deploys
. -
Click on the new scanner, then select Edit to turn Auto Deploy XML off.
-
Select Save.
-
-
Challenge
Restart the Server
Notice the Reload Required notification on the upper left. Click on this to refresh the server and load the changes.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.