Mike, Unfortunately the mod_jk install is more work than warp. That will be one of the advantages of warp, once the kinks are worked out. The Tomcat 4 docs do not include any information about mod_jk, not that I ever saw anyway. You have to go back to the Tomcat 3.x docs to find mod_jk information.
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/index.html Fortunately you don't have to build mod_jk, you can download it from the website. I had to copy two configuration files from my prior Tomcat 3.2.2 installation, both in the "conf" directory. One was mod_jk.conf-auto and the other was worker.properties. I used the AJP13 protocol. Here's the mod_jk doc: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html -----Original Message----- From: Mike Kelley [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 10:11 AM To: 'Tomcat Users List' Subject: RE: Tying tomcat and apache together DO you have a download site and is the install the same hoops as the webapps? I'm a newbie so if you could give me the walk through map for installing it would be appreciated.. -----Original Message----- From: David Pool [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 11:05 AM To: Tomcat Users List Subject: RE: Tying tomcat and apache together Mike, I had better luck using mod_jk, than with warp (on W2K). It would not find and load images. Dave -----Original Message----- From: Mike Kelley [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 9:51 AM To: 'Tomcat Users List' Subject: Tying tomcat and apache together I'm new to the user list and I'm reading through the archive so don't kill me for asking before "RTFM" I'm on a W2K machine Using apache 1.3.22 Using Tomcat 4.0 Using j2sdk1.3.1_01 Apache is up and working Tomcat is up and running Ive added LoadModule webapp_module modules/mod_webapp.so AddModule mod_webapp.c WebAppConnection conn warp localhost:8008 WebAppDeploy examples conn /examples WebAppDeploy jsp conn /jsp WebAppInfo /webapp-info If I use Localhost/ I get default apache page Localhost:8080/ I get default tomcat page Localhost/examples/jsp Gets me a "Page Not Found" Localhost:8080/examples/jsp Gets the expected examples I followed the install instructions from apacheweek 268, I'm checking the archive nothing yet. Any Help? -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
