RE: Apache transfer to Tomcat with mod_jk

2001-01-24 Thread Hosahalli, RaghavendraX
ease let me know Regds, Raghu -Original Message- From: Kelly Kleinfelder [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 10:49 AM To: [EMAIL PROTECTED] Subject: Re: Apache transfer to Tomcat with mod_jk Make sure you have this line in your tomcat-apache.conf (or whatever file the apache s

Re: Apache transfer to Tomcat with mod_jk

2001-01-24 Thread Ben Blakely
I'm not sure if this is the proper way to do it, but try using this in your httpd.conf: LoadModulejk_module libexec/mod_jk.so AddModule mod_jk.c JkWorkersFile /usr/local/tomcat/conf/workers.properties JkLogFile /usr/local/apache/logs/mod_jk.log JkLogLevelwarn JkMount /*.jsp ajp1

Re: Apache transfer to Tomcat with mod_jk

2001-01-24 Thread Kelly Kleinfelder
. Kelly - Original Message - From: "Bruce F. Press" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 24, 2001 1:21 PM Subject: Apache transfer to Tomcat with mod_jk > I have apache 1.3.14 installed with Tomcat 3.2. I have been working > with

Apache transfer to Tomcat with mod_jk

2001-01-24 Thread Bruce F. Press
I have apache 1.3.14 installed with Tomcat 3.2. I have been working with Tomcat for about 5 months directly (through port 8080), I am getting near deployment and would like to have Apache handle static information. I followed the mod_jk howto as far as it when, but I still get my jsp delivered t