/usr/share/doc/libtcnative-1/README.Debian is in libtcnative-1 1.1.22-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 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
[you should remove XML comments if present]
- start or restart Tomcat by using /etc/init.d/tomcat6 restart
Check library loading at Tomcat 6.x startup:
- when starting, Tomcat will output the following log message
to a file named like /var/log/tomcat6/catalina.*.log
---
org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.19.
org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
---
|