- Lab
- A Cloud Guru
Creating Users in JBoss EAP
JBoss EAP provides an extensive application for creating, deploying, and managing Java-based applications. As such, systems administrators, developers, and others in the application space will need access to JBoss and the JBoss management portal. In this hands-on lab, we use the provided `add-user` script to add, disable, and update users.
Path Info
Table of Contents
-
Challenge
Add the `bob` User
-
Move into the JBoss EAP home directory.
-
Run the
add-user.sh
script. -
Follow the prompts:
- Select
a) Management User
- Give the user the username
bob
- Provide a password
- Do not add to any groups
- Confirm the user creation
- This user is not going to be used to connect an AS process to another AS process
- Select
-
-
Challenge
Add the `linda` User
- Add the
linda
user by using the script non-interactively.
- Add the
-
Challenge
Disable the `hugo` User
-
Run the
add-user.sh
script. -
Follow the prompts to disable the user:
- Select
a) Management User
- Supply the
hugo
username - Select
b) Disable the existing user
- Select
-
-
Challenge
Update the `teddy` User
- Update the
teddy
user by using the script non-interactively.
- Update the
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.