diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2019-05-25 01:37:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-25 07:31:52 +0700 |
commit | ca9f6f8bd4424ee360f584f3f09148f09e97545d (patch) | |
tree | c505ab6236f721e11dd71360e141ab12be94dbcf /libraries/tomcat-native/README | |
parent | 643cd057a3057e0709b54fa8c04310f85b7b81db (diff) |
libraries/tomcat-native: Added (Apache Tomcat Component).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tomcat-native/README')
-rw-r--r-- | libraries/tomcat-native/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/tomcat-native/README b/libraries/tomcat-native/README new file mode 100644 index 0000000000000..90e3599c48b04 --- /dev/null +++ b/libraries/tomcat-native/README @@ -0,0 +1,7 @@ +The Apache Tomcat Native Library is an optional component for use +with Apache Tomcat that allows Tomcat to use certain native resources +for performance, compatibility, etc. + +Specifically, the Apache Tomcat Native Library gives Tomcat access to +the Apache Portable Runtime (APR) library's network connection +(socket) implementation and random-number generator. |