Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 42237 invoked from network); 7 Nov 2007 22:51:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2007 22:51:04 -0000 Received: (qmail 41393 invoked by uid 500); 7 Nov 2007 22:50:40 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 41372 invoked by uid 500); 7 Nov 2007 22:50:40 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 41361 invoked by uid 99); 7 Nov 2007 22:50:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 14:50:39 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mtitania@gmail.com designates 209.85.198.186 as permitted sender) Received: from [209.85.198.186] (HELO rv-out-0910.google.com) (209.85.198.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 22:50:43 +0000 Received: by rv-out-0910.google.com with SMTP id l15so1819730rvb for ; Wed, 07 Nov 2007 14:50:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=y9EZj6qSsv5D31cbwei101VZfdZBVf7qESgVT66I1XA=; b=hxCenxNBEeiM1vbZqp/VT2XqJaG74GoIwp6LOZ1U+xkZRX3Gc0Vs8RCpZsD6/nL85uhS4KqlKaMj91BqCrOdpwbchjVILE9u903kR90jhYzDZcc1Ca9iZ6s2W0KU02dg9AV0/O2qbrVH3x0jR+GFCxSoE/7GPMx1cEhNPSml+FM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=aO4movernDwPvRw1e1uc/310hPIzpPxdmLIQ685gBSREQtcv3Nwtbm3SK0OnzUXM+oMheijtGJ5uEAFwOEI0Iys+45IWrQjGmF60eVa/dLmzZtKsR/UkeHN7AyxLVtxd99ZMK+//jJtS8TZo4S4MXxdISB6OoN4dFCM+DUvXa8U= Received: by 10.141.196.13 with SMTP id y13mr3879809rvp.1194475822728; Wed, 07 Nov 2007 14:50:22 -0800 (PST) Received: by 10.35.30.5 with HTTP; Wed, 7 Nov 2007 14:50:22 -0800 (PST) Message-ID: Date: Wed, 7 Nov 2007 16:50:22 -0600 From: "Kim Albee" To: "Tomcat Users List" Subject: Issue finding Worker using mod_jk ... MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_17975_31335697.1194475822703" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_17975_31335697.1194475822703 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline We are having an issue when setting up integration between Apache 2.0.52 and Tomcat 6.0.14... Here are the mod_jk.log entries: [Wed Nov 07 14:31:25 2007] [jk_uri_worker_map.c (445)]: Into jk_uri_worker_map_t::map_uri_to_worker [Wed Nov 07 14:31:25 2007] [jk_uri_worker_map.c (459)]: Attempting to map URI '/' [Wed Nov 07 14:31:25 2007] [jk_uri_worker_map.c (473)]: jk_uri_worker_map_t::map_uri_to_worker, Found an exact match ein1 -> / [Wed Nov 07 14:31:25 2007] [mod_jk.c (1689)]: Into handler r->proxyreq=0 r->handler=jakarta-servlet r->notes=158639048 worker=ein1 [Wed Nov 07 14:31:25 2007] [jk_worker.c (90)]: Into wc_get_worker_for_name ein1 [Wed Nov 07 14:31:25 2007] [jk_worker.c (94)]: wc_get_worker_for_name, done did not find a worker The workers.properties file looks like this: workers.tomcat_home=/usr/local/tomcat6 workers.java_home=$JAVA_HOME ps=/ worker.list=ein1 worker.ein1.port=8109 worker.ein1.host=localhost worker.ein1.type=ajp13 worker.ein1.info=Ajp13 forwarding worker.ein1.debug=2 worker.ein1.tomcatId=ein1 We have the jvmRoute set in the Engine parameter for the server.xml in tomcat as well... Any suggestions on how to get this working? thanks, Kim :-) ------=_Part_17975_31335697.1194475822703--