diff options
author | ale <ale@FreeBSD.org> | 2008-02-28 22:26:11 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-02-28 22:26:11 +0800 |
commit | 1c5e065a42809224b7150f5550a55b2962c2b8b4 (patch) | |
tree | 5c3e1f3f8c6715f4ea6bd15d4b403a6f63132267 /www/Makefile | |
parent | 71e190da43361c87e1dd40fa4b6527a67ce6d397 (diff) | |
download | freebsd-ports-gnome-1c5e065a42809224b7150f5550a55b2962c2b8b4.tar.gz freebsd-ports-gnome-1c5e065a42809224b7150f5550a55b2962c2b8b4.tar.zst freebsd-ports-gnome-1c5e065a42809224b7150f5550a55b2962c2b8b4.zip |
Tomcat can use the Apache Portable Runtime to provide superior scalability,
performance, and better integration with native server technologies.
APR has many uses, including access to advanced IO functionality (such as
sendfile, epoll and OpenSSL), OS level functionality (random number
generation, system status, etc), and native process handling (shared memory,
NT pipes and Unix sockets).
These features allows making Tomcat a general purposewebserver, will
enable much better integration with other native web technologies, and
overall make Java much more viable as a full fledged webserver platform
rather than simply a backend focused technology.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 1cfc8f496d06..4698151e347b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1237,6 +1237,7 @@ SUBDIR += tikiwiki SUBDIR += tinymce SUBDIR += tinyproxy + SUBDIR += tomcat-native SUBDIR += tomcat41 SUBDIR += tomcat55 SUBDIR += tomcat6 |