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.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Access the Console
Access the JBoss EAP management console by going to
PRIVATEIP:9990
and using the usernameadmin
and the passwordpinehead
.- 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
.
- 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.
- Restart the Server
Notice the Reload Required notification on the upper left. Click on this to refresh the server and load the changes.