Proyecto

General

Perfil

Wildfly by Neodoo En » Histórico » Versión 1

Francisco Javier Solans Benedí, 2024-03-13 06:38

1 1 Francisco Javier Solans Benedí
Getting started
2
3
Launch the product via 1-Click
4
5
Use a web browser to access the Admin console at: http://[ec2-ip]:9990/console, where [ec2_ip] is the public ip provided by Amazon for your instance.
6
7
Log in using the following credentials:
8
9
Username: admin
10
11
Password: the instance_id of the instance
12
13
14
You can also access your instance via SSH using the username and your Amazon private key.
15
The username depends on the operative system:
16
  - Centos 9 Stream: 'ec2-user'
17
  - Other Centos: 'centos'
18
  - Ubuntu: 'ubuntu'
19
  - Rocky Linux: 'rocky'
20
21
Installation details
22
23
To change the default username and password, edit the $WILDLFY_HOME/standalone/configuration/mgmt-users.properties file. You can also add users with $WILDLFY_HOME/bin/add-user.sh script.
24
WildFly server is deployed in /usr/java/wildfly-[version] directory, which is linked to /usr/java/wildfly.
25
The server is launched in standalone mode by default, using the file: 'standalone.xml'.
26
The service configuration file is located at '/etc/wildfly/wildfly.conf'.
27
Server service is configured with systemd.
28
29
30
View status server:
31
32
[centos@ip-172-31-9-232 etc]$ sudo systemctl status wildfly
33
Stop server:
34
35
[centos@ip-172-31-9-232 etc]$ sudo systemctl stop wildfly
36
Start server:
37
38
[centos@ip-172-31-9-232 etc]$ sudo systemctl start wildfly
39
40
Other useful data
41
Location of sensitive information
42
There is no sensible data
43
44
Encryption configuration
45
There is no encrypted data.
46
47
Changing system credentials
48
To change the Wildfly credentials you can follow the instructions in the following link:
49
50
http://www.mastertheboss.com/jbossas/jboss-configuration/how-to-set-wildfly-admin-console-password/
51
52
Instructions on how the user interacts with Wildfly to decrypt necessary data
53
You can use the Wildfly management console to view all necessary data.
54
55
How to assess and monitor the health and proper function of the application.
56
1. Navigate to your Amazon EC2 console and verify that you're in the correct region.
57
2. Choose Instance and select your launched instance.
58
3. Select the server to display your metadata page and choose the Status checks tab at the bottom of the page to review if your status checks passed or failed.
59
60
Additional resources
61
Wildfly website: https://wildfly.org/