You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Nagesh Prakashrao Deshpande <np...@rediffmail.com> on 2001/09/13 09:25:09 UTC

Tomcat3.2.3 and Apache Integration

hi matt  ,
use Mod_jk.dll to coneect Tomcat and Apache .
u will get this file from 
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/win32/i386/
( for tomcat3.2.3 and windows os. try after/bin/for other os )
then copy this file in Apache_home\modules.
when u restart tomcat , each time there will be Mod_jk.conf-auto autogenerated file.
include this file in httpd.conf in Apache_home\conf as given below 

#<!-- start edit as per setting.doc by Nagesh on 28-08-2001*/ **$$** >
# Load mod_jk
#
LoadModule    jk_module  D:\apache\modules\mod_jk.dll
AddModule     mod_jk.c
# Configure mod_jk
#
JkWorkersFile  D:\jakarta-tomcat-3.2.3\conf\workers.properties
JkLogFile     D:\jakarta-tomcat-3.2.3\logs\mod_jk.log
JkLogLevel    warn
include  D:\jakarta-tomcat-3.2.3\conf\mod_jk.conf-auto
#<!-- end edit as per setting.doc by Nagesh on 28-08-2001 **$$** >
where D:\apache is Apache_home and D:\jakarta-tomcat-3.2.3 is tomcat_home.

try it out .
Also check ur tomcat_home\conf\workers.properties file for Tomcat_home and JDK_home having the correct values or not .
All the best .
cheers
nagesh