[tomcat-native] 06/07: Updated debian/README.Debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Sep 14 12:32:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository tomcat-native.
commit 0780ee191d031f06cbb2dd882cc7c5eed33d20d9
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Sep 14 14:27:39 2017 +0200
Updated debian/README.Debian
---
debian/README.Debian | 22 +++++++++++-----------
debian/changelog | 1 +
2 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
index 9ab5d2f..df54e3c 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,20 +1,20 @@
Debian usage of Tomcat Native Library
=====================================
-Enable Tomcat Native Library in Tomcat 6.x:
-- edit /etc/tomcat6/server.xml to check if AprLifecycleListener is activated
+Enable Tomcat Native Library in Tomcat 8.x:
+- edit /etc/tomcat8/server.xml to check if AprLifecycleListener is activated
[you should remove XML comments if present]
-- start or restart Tomcat by using /etc/init.d/tomcat6 restart
+- start or restart Tomcat by using: service tomcat8 restart
-Check library loading at Tomcat 6.x startup:
+Check library loading at Tomcat 8.x startup:
- when starting, Tomcat will output the following log message
- to a file named like /var/log/tomcat6/catalina.*.log
+ to a file named like /var/log/tomcat8/catalina.*.log
---
-org.apache.catalina.core.AprLifecycleListener init
-INFO: Loaded APR based Apache Tomcat Native library 1.1.24.
-org.apache.catalina.core.AprLifecycleListener init
-INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
+ INFO [main] Loaded APR based Apache Tomcat Native library [1.2.14] using APR version [1.6.2].
+ INFO [main] APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
+ INFO [main] APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
+ INFO [main] OpenSSL successfully initialized [OpenSSL 1.1.0f 25 May 2017]
---
-If you are using Tomcat 7.x or 8.x, follow the instructions above, replacing
-tomcat6 with tomcat7 or tomcat8.
+If you are using Tomcat 9.x, follow the instructions above, replacing
+tomcat8 with tomcat9.
diff --git a/debian/changelog b/debian/changelog
index 520a0e0..3bc0bea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ tomcat-native (1.2.14-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release
* Build with OpenSSL 1.1 (Closes: #859742)
+ * Updated debian/README.Debian
* Standards-Version updated to 4.1.0
-- Emmanuel Bourg <ebourg at apache.org> Thu, 14 Sep 2017 13:10:21 +0200
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat-native.git
More information about the pkg-java-commits
mailing list