I read somewhere that Apache 2.0 has build in support for Tomcat. I guess my question
would concern itself with integrating Tomcat 4.0 and Apache 2.0 when they are both
production ready. In the Tomcat 3.x documentation, it mentions using mod_jk, which I
currently have set up:
Integrating Tomcat with a Web Server
* Apache <tomcat-apache-howto.html>
* <mod_jk-howto.html> - Installation and configuration
But I see nothing in the current Tomcat 4.0 addressing this integration. Will I be
doing the same thing with mod_jk, or is mod_jk an automatic part of Apache 2.0?
Please clarify, if possible.