Situation: Red Hat Linux 7.2 with Apache 1.3.20 installed out of box. I installed Tomcat 4.0.4
I want to install mod_jk so that I can have Apache handle SSL/static content, and have Tomcat handle JSP/servlets. I downloaded the source code for mod_jk from: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/src/ Problem: there are no instructions on how to build anything. I'm assuming I need to build a mod_jk.so file and or JAR file. Is there anything that provides step-by-step instructions on how to compile this stuff and install it and configure Tomcat/Apache? Pointers to the RTFM appreciated! I'm having a hard time tracking down definitive documentation on this. Thanks, Chris
