On 20 Jul 2004 at 12:43, Michael Mehrle michael-at-datasaur.com |T wrote: > Okay, I can't believe how lousy the documentation for this is on the jakarta > site: > - Where do I find the latest connector (mod_jk) for Apache 1.3.x (I can't > run Apache 2 because my hosting provider doesn't support it and needs 1.3 to > run cPanel). > - How do I reliably install that module for Tomcat 5.0.27? > Again, the docs online are all over the place - I can't make it work. Any > help would be greatly appreciated. > Thanks, > Michael
I'm also trying to learn how to connect Tomcat 5.0.27 to Apache (in my case Apache 2.0). here from my own research .. get JK connectors from here .. http://apache.rmplc.co.uk/dist/jakarta/tomcat-connectors/jk/binaries/win32/ my guess is for Apache 1.3x you will need .. mod_jk_1.2.5_1.3.28 quote: "mod_jk_1.2.5_1.3.28 is for Apache 1.3.x. Rename to mod_jk.dll before putting it in your Apache/modules directory " ........ me? .. I'm focussed on getting mod_jk2.so to work .. get that from here .. http://apache.rmplc.co.uk/dist/jakarta/tomcat-connectors/jk2/binaries/win32/ ......... note different setup between mod_jk .. and .. mod_jk2 ......... here are some installation guides I've bookmarked in my digging around .. http://www.galatea.com/flashguides/apache-tomcat-win32.xml http://mpcon.org/temp/how2install_apache_w_php_jsp_support.doc http://jakarta.apache.org/tomcat/faq/connectors.html http://jakarta.apache.org/tomcat/connectors-doc/jk2/jk2/confighowto.html ... all a bit confusing to a newcomer .. At least I've got both servers to run .. just need to test the JK connection. question is .. how? dl
