Re: How to integrate Tomcat server with Apache webserver pls urgent

2004-06-29 Thread Nicolas De Loof
You will need the JK (or JK2) connector to connect tomcat to apache : http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html A simple "tomcat apache howto" gogle search will give you lot's of infos. You have to 1. (compile and) add mod_jk module to your apache httpd server 2. set the A

RE: How to integrate Tomcat server with Apache webserver pls urgent

2004-06-29 Thread David Friedman
Use the JK2 connector: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/ I've done it. The connector is available for download on the standard Tomcat download are: http://jakarta.apache.org/site/binindex.cgi Under the title "Tomcat Connectors" you'll find JK 1.2 and 2 connectors for various p