Proyecto

General

Perfil

Apache TomEE by Neodoo En » Histórico » Versión 1

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

1 1 Francisco Javier Solans Benedí
Usage instructions
2
Getting started
3
4
Launch the product via 1-Click
5
6
Use a web browser to access the Manager Application at: http://[ec2-ip]:8080/manager, or the Host Manager Application at: http://[ec2-ip]:8080/host-manager where [ec2_ip] is the public ip provided by Amazon for your instance.
7
8
Log in using the following credentials:
9
10
Username: admin
11
12
Password: the instance_id of the instance
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 $TOMEE_HOME/conf/tomcat-users.xml file.
24
Tomcat server is deployed in /usr/java/apache-tomee-[version] directory, which is linked to /usr/java/apache-tomee.
25
Server service is configured with systemd.
26
27
28
View status server:
29
30
[centos@ip-172-31-9-232 etc]$ sudo systemctl status tomee
31
Stop server:
32
33
[centos@ip-172-31-9-232 etc]$ sudo systemctl stop tomee
34
Start server:
35
36
[centos@ip-172-31-9-232 etc]$ sudo systemctl start tomee
37
Other useful data
38
Location of sensitive information
39
There is no sensible information.
40
41
Encryption configuration
42
There is no encrypted data.
43
44
Changing system credentials
45
To change the Tomee credentials you have to modify the following file: /usr/java/apache-tomcat/conf/tomcat-users.xml. 
46
47
Instructions on how the user interacts with Tomee to decrypt necessary data
48
You can use the Tomee management console to view all necessary data.
49
50
How to assess and monitor the health and proper function of the application.
51
1. Navigate to your Amazon EC2 console and verify that you're in the correct region.
52
2. Choose Instance and select your launched instance.
53
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.
54
55
Additional resources
56
57
Apache TomEE website: https://tomee.apache.org/