summaryrefslogtreecommitdiff
path: root/www/ap-jk
AgeCommit message (Collapse)AuthorFilesLines
2001-04-27Make this pkg build with sun-jre/jdk: it comes with a include/linux dir,hubertf1-2/+4
so we need to set -I to get the headers there. (There's some -I.../include/netbsd already, i guess that's for a NetBSD-native JDK or something, not touching that one). Adresses PR 12571 by Omar Asfour <oasfour@email.com>
2001-04-21Drop remaining uses of DIGEST_FILE (which were bogus, anyway)wiz1-3/+1
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-3/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-29Initial import of ap-jk-3.2.1, the next generation connector for accessingjwise5-0/+57
Jakarta Tomcat of JServ from Apache. Some more information: What is mod_jk? mod_jk is a replacement to the elderly mod_jserv. It is a completely new Tomcat-Apache plugin that handles the communication between Tomcat and Apache Why mod_jk? Several reasons: mod_jserv was too complex. Because it was ported from Apache/JServ, it brought with it lots of JServ specific bits that aren't needed by Apache. mod_jserv supported only Apache. Tomcat supports many web servers through a compatibility layer named the jk library. Supporting two different modes of work became problematic in terms of support, documentation and bug fixes. mod_jk should fix that. The layered approach provided by the jk library makes it easier to support both Apache1.3.x and Apache2.xx. Better support for SSL. mod_jserv couldn't reliably identify whether a request was made via HTTP or HTTPS. mod_jk can, using the newer Ajpv13 protocol.