diff options
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. |