ITPLAT-387 catalina.err isn't a standard log file - standard Tomcat logging directs both stdout and stderr to catalina.out. See https://tomcat.apache.org/tomcat-8.0-doc/logging.html

This commit is contained in:
Denise Unterwurzacher
2021-01-04 16:57:42 -06:00
parent d219dea4ba
commit f3e3853cbd
4 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ StandardError=journal+console
{{ p }}
{% endfor %}
ExecStart={{ atl_startup_exec_path }}{% for c in atl_startup_exec_options %} {{ c }}{% endfor %} >{{ atl_product_installation_current }}/logs/catalina.out 2>{{ atl_product_installation_current }}/logs/catalina.err
ExecStart={{ atl_startup_exec_path }}{% for c in atl_startup_exec_options %} {{ c }}{% endfor %} >{{ atl_product_installation_current }}/logs/catalina.out 2>&1
Restart=on-failure