Hi All, able to find the way to generate mod_jk.conf and included the same with add module and load module. But still not able to deploy my web application. The config in httpd.conf is as follows: # Load mod_jk # LoadModule jk_module modules/mod_jk.dll # Add mod_jk #
AddModule mod_jk.c #############added for md_jk config ######################### # Configure mod_jk # JkWorkersFile c:/tomcat/conf/jk/workers.properties JkLogFile c:/apache/apache/logs/mod_jk.log JkLogLevel info JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " # For All Virtual Host. # <VirtualHost bhukrk16157> DocumentRoot c:/tomcat/webapps/web ServerName localhost JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 </VirtualHost> Include c:/tomcat/conf/auto/mod_jk.conf And my web-apps is in tomcat c:/tompact/webapps/web [with standard j2ee folder structure for web application] This web application is running fine in tomcat when tomcat is started stand alone. I have some questtions also: 1. should I start apache and tomcat both ? In present case, I'm starting apache and it's showing "Apache/1.3.24 (Win32) mod_jk/1.1.0 running...". 2. Apache is running port 80, in what port should HttpConnector listen in Tomcat ? Any suggestion is welcome. TIA, Sudarson -----Original Message----- From: Sudarson Roy Pratihar Sent: Thursday, April 11, 2002 7:35 PM To: [EMAIL PROTECTED] Subject: Re: Integration of Tomcat 4.0 with Apache web server Hi, I think u perhaps experienced with Solaris or other versions of tomcat 4.0.x, not on windows. Because the document says that I need to place the following in httpd.conf: Include c:/tomcat/conf/auto/mod_jk.conf But when I check the tomcat directory, there is no such file within the installed dir. Any suggestion or pointer is welcome. Thanks, Sudarson -----Original Message----- From: Chen, Gin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 7:48 PM To: [EMAIL PROTECTED] Subject: Re: Integration of Tomcat 4.0 with Apache web server I dont know about all versions of Tomcat 4.0.x but 4.0.1 works just fine. -Tim -----Original Message----- From: Sudarson Roy Pratihar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 10:04 AM To: [EMAIL PROTECTED] Subject: Integration of Tomcat 4.0 with Apache web server Hi All, Does any body know how to integrate Tomcat 4.0 with apache web server 1.3 ? I heard that tomcat 3.3.x versions can be integrated with apache using mod_jk, but Tomcat 4.0 can not be. Is that true ? Any suggestion is welcome. Thanks and Regards, Sudarson ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
