Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 54285 invoked from network); 15 Apr 2003 16:39:49 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 15 Apr 2003 16:39:49 -0000 Received: (qmail 20612 invoked by uid 97); 15 Apr 2003 16:41:45 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 20604 invoked from network); 15 Apr 2003 16:41:45 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 15 Apr 2003 16:41:45 -0000 Received: (qmail 52910 invoked by uid 500); 15 Apr 2003 16:39:34 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 52895 invoked from network); 15 Apr 2003 16:39:33 -0000 Received: from unknown (HELO JTURNER) (207.86.123.243) by daedalus.apache.org with SMTP; 15 Apr 2003 16:39:33 -0000 Received: from JTURNER ([127.0.0.1]) by JTURNER with Microsoft SMTPSVC(5.0.2195.5329); Tue, 15 Apr 2003 12:39:36 -0400 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: apache 2.0.45/tomcat 4.1.24 mod_jk trouble References: Message-ID: Content-Type: text/plain; charset=iso-8859-15; format=flowed From: John Turner Date: Tue, 15 Apr 2003 12:39:35 -0400 In-Reply-To: User-Agent: Opera7.03/Win32 M2 build 2670 X-OriginalArrivalTime: 15 Apr 2003 16:39:36.0206 (UTC) FILETIME=[99BC02E0:01C3036D] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N That's correct. The Listener in the Host container is what generates the VirtualHost stuff in mod_jk.conf. The other one generates the LoadModule/JkWorkersFile stuff. So, if you had 3 virtual hosts, you'd have 4 Listeners: 1 Server, and 1 for each Host in server.xml. It's strange...I am almost thinking that the Apache you are working with isn't the Apache you think you are working with. Probably not the case, but I can't explain why Apache wouldn't pick up those JkMount directives and the /examples alias otherwise. John On Tue, 15 Apr 2003 12:31:05 -0400, Clay Jones wrote: >> I know you aren't a newbie, > > No problem. I'm a newbie to Tomcat, that's for sure. I'm actually > hoping it is a newbie issue. That would make things simple. > >> - are you sure this file is included by Apache? > The very last line of httpd.conf is: > Include /usr/local/tomcat/conf/auto/mod_jk.conf > >> - have you HUP'd Apache with the new JkLogLevel? > Yeah, I have. > > One weird thing is, when I restart Apache, the timestamp on mod_jk.log > doesn't change. I guess it only checks for existence, and if there's no > info to write to it, the timestamp won't be updated. > >> - is the output of "apachectl configtest" "OK"? > > /usr/local/tomcat/logs--> /usr/local/apache2/bin/apachectl configtest > Syntax OK > > I guess my only confusion with your docs, John was the step where you > say add a line to the "Host Container". I presumed that as below in my > server.xml file: > > ######################################################################## > #### > unpackWARs="true" autoDeploy="true"> > append="true" forwardAll="false" > modJk="/usr/local/apache2/modules/mod_jk.so" /> > ######################################################################## > #### > > Of course, I also added this info: > > ######################################################################## > #### > > modJk="/usr/local/apache2/modules/mod_jk.so" /> > ######################################################################## > #### > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org