Help to Configure Apache and Tomcat to use mod_jk!

2002-10-25 Thread Hai To Thanh
Hi, I get trouble when I try to make communication between Tomcat and Apache. I follow following steps: 1, I get mod_jk.so. 2, To Configure Apache using mod_jk: I put the following include directive at the end of your Apache httpd.conf file: Include /usr/local/jakarta-

RE: Help to Configure Apache and Tomcat to use mod_jk!

2002-10-25 Thread Turner, John
You have to load the module into Apache before you can use it. Look in httpd.conf for lines that look like this: LoadModule Then add one that looks like this: LoadModule jk_module wherever_you_put_it/mod_jk.so John -Original Message- From: Hai To Thanh