SHA256
1
0
forked from pool/tomcat

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
This commit is contained in:
Matei Albu 2019-05-21 15:07:37 +00:00 committed by Git OBS Bridge
parent 81464ee788
commit ff17bf8235
2 changed files with 9 additions and 0 deletions

View File

@ -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="

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 20 20:40:08 UTC 2019 - Matei <malbu@suse.com>
- 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