tomcat 10 uses 'tomcat' as a user in ubuntu.

This commit is contained in:
Andrea Dell'Amico 2024-07-22 13:11:17 +02:00
parent b9c9218418
commit be78981443
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ tomcat8_additional_pkgs:
- jsvc - jsvc
- libcommons-daemon-java - libcommons-daemon-java
tomcat_user: 'tomcat{{ tomcat_version }}' tomcat_user: "{% if tomcat_version is version_compare('10', '<') %}tomcat{{ tomcat_version }}{% else %}tomcat{% endif %}"
tomcat_max_threads: 200 tomcat_max_threads: 200
tomcat_min_heap_size: 2048m tomcat_min_heap_size: 2048m