| Article: |
Integrating Tomcat with Apache Via the mod_jk Module | |
| Subject: | Help: Finding the 'Headers' directory | |
| Date: | 2002-08-21 18:48:46 | |
| From: | cothomps | |
|
Joe:
|
||
Showing messages 1 through 2 of 2.
-
Help: Finding the 'Headers' directory
2002-08-22 01:55:35 jdicastro@austin.rr.com [View]
-
Help: Finding the 'Headers' directory
2002-08-22 06:42:43 cothomps [View]
There are a number of considerations to take into account; rather than try to list, there is a *much* better summary here:
http://www.mail-archive.com/tomcat-dev@jakarta.apache.org/msg26335.html
(This summary discusses all of the 'connector' options for Tomcat.)
I have been using mod_jk due to the fact that it also works with the Tomcat 3.x releases (when I started using it, on Linux), vs mod_webapp which is/was advertised to work with Tomcat 4.x only.
Personally, I also find the configuration of mod_jk to be a bit more familiar, since a mod_jk configuration is nothing more than setting up a Virtual Host on the Apache side of things...
These considerations are good for simple sites, but you may need to consider much more if you are needing things like SSL support between Tomcat/Apache, etc.; I'll refer you to the summary above, with links, to find out more...
Enjoy!
Chad



You the man!
Thanks so much. I found the headers right where you also found them(i.e. under the /A/ dir), and the build ran fine. The irony is that I got Apache and Tomcat chatting by using the mod_webapp mod that's described on Apple's dev site.
Do you have a preference between mod_jk adn mod_webapp?
Thanks,
Joe