From ff17bf823524040d14f765eb872f80f45d63353f4b3ac5d38e0f6f50ed2c31a5 Mon Sep 17 00:00:00 2001 From: Matei Albu Date: Tue, 21 May 2019 15:07:37 +0000 Subject: [PATCH] Accepting request 704516 from home:mateialbu:branches:Java:packages - Update to Tomcat 9.0.20. See changelog at http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.20_(markt) - increase maximum number of threads and open files for tomcat (bsc#1111966) OBS-URL: https://build.opensuse.org/request/show/704516 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=164 --- tomcat-9.0.service | 2 ++ tomcat.changes | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/tomcat-9.0.service b/tomcat-9.0.service index 3bde97b..f039831 100644 --- a/tomcat-9.0.service +++ b/tomcat-9.0.service @@ -8,6 +8,8 @@ Description=Apache Tomcat Web Application Container After=syslog.target network.target [Service] +TasksMax=576 +LimitNOFILE=8192 Type=simple EnvironmentFile=/etc/tomcat/tomcat.conf Environment="NAME=" diff --git a/tomcat.changes b/tomcat.changes index 7e46608..d43edab 100644 --- a/tomcat.changes +++ b/tomcat.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 20 20:40:08 UTC 2019 - Matei + +- Update to Tomcat 9.0.20. See changelog at + http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.20_(markt) +- increase maximum number of threads and open files for tomcat (bsc#1111966) + ------------------------------------------------------------------- Mon Apr 22 17:01:17 UTC 2019 - malbu@suse.com