Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 53170 invoked from network); 14 Jun 2005 11:41:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2005 11:41:09 -0000 Received: (qmail 36371 invoked by uid 500); 14 Jun 2005 11:40:52 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 36358 invoked by uid 500); 14 Jun 2005 11:40:52 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 36340 invoked by uid 99); 14 Jun 2005 11:40:52 -0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=SUBJ_HAS_UNIQ_ID X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mimas.smallplanet.fi (HELO mimas.smallplanet.fi) (193.64.13.70) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Jun 2005 04:40:48 -0700 Received: from [193.64.13.80] (jarkka.smallplanet.fi [193.64.13.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mimas.smallplanet.fi (Postfix) with ESMTP id 77B3F77BC for ; Tue, 14 Jun 2005 14:40:29 +0300 (EEST) Message-ID: <42AEC29C.8020709@smallplanet.fi> Date: Tue, 14 Jun 2005 14:42:20 +0300 From: Jarkka Kivikanta User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Problem with jakarta-connector References: <20050614113710.13371.qmail@web41212.mail.yahoo.com> In-Reply-To: <20050614113710.13371.qmail@web41212.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner: Found to be clean X-MailScanner-From: jarkka.kivikanta@smallplanet.fi X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all, I am having problems with the jakarta-connector version 1.2.13 and tomcat 5.5.9. The apache version is Apache/2.0.46 (White Box). I have the following configuration in httpd.conf: LoadModule jk_module "/usr/lib/httpd/modules/mod_jk .so" JkWorkersFile /etc/httpd/conf/workers.properties JkLogFile "logs/mod_jk.log" JkLogLevel trace JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " JkRequestLogFormat "%w %V %T" JkMount /jkmanager/* status # Send JSPs for context /examples to worker named worker1 JkMount /examples/*.jsp worker1 The workers.-properties file looks like this: ps=/ worker.list=jkstatus,worker1 workers.tomcat_home=/opt/tomcat/jakarta-tomcat-5.5.9 workers.java_home=/opt/jdk1.5.0_03 worker.worker1.type=ajp13 worker.worker1.host=localhost worker.worker1.port=8009 worker.worker1.lbfactor=1 # Define a 'jkstatus' worker using status worker.jkstatus.type=status The problems is that in the mod_jk.log i will only get ... jk_handler::mod_jk.c (1715): Into handler jakarta-servlet worker=worker1 r->proxyreq=0 ... jk_handler::mod_jk.c (1883): Could not find a worker for worker name=worker1 It seems that the connector does not have the correct configuration? The JkWorkersFile /etc/httpd/conf/workers.properties is pointing to the correct configuration file but the connector is still unable to find the correct worker. Does anyone have any suggestions? Regards, Jarkka Kivikanta --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org