| Article: |
Integrating Tomcat with Apache Via the mod_jk Module | |
| Subject: | whats the difference - mod_jk & mod_webapp | |
| Date: | 2002-08-31 22:49:24 | |
| From: | mothcity | |
|
An article on the Apple developers website <http://developer.apple.com/internet/java/tomcat1.html> describes enabling tomcat via apache using the webapp module. The process appeared a little simpler than the process of installing mod_jk. Are there any advantages to be gained by choosing one module over the other? Julian de Saxe. |
||
Showing messages 1 through 1 of 1.
-
whats the difference - mod_jk & mod_webapp
2002-09-03 19:52:26 cothomps [View]



For simple situations, either or should work just fine. However, as stated by the developers, there are often situations where you would like a choice. (The connector architectures are really a deep, dark corner of the Tomcat project.) A full, thorough discussion was presented to the Tomcat-dev list here: http://www.mail-archive.com/tomcat-dev@jakarta.apache.org/msg26335.html
As everyone will point out, choose which approach will work best for you, and test, test, test.
- Chad