Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 60665 invoked from network); 18 Sep 2009 17:29:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Sep 2009 17:29:45 -0000 Received: (qmail 95179 invoked by uid 500); 18 Sep 2009 17:29:41 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 95110 invoked by uid 500); 18 Sep 2009 17:29:41 -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 95082 invoked by uid 99); 18 Sep 2009 17:29:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 17:29:41 +0000 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paulstadler_r@hotmail.com designates 65.55.90.92 as permitted sender) Received: from [65.55.90.92] (HELO snt0-omc2-s17.snt0.hotmail.com) (65.55.90.92) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 17:29:31 +0000 Received: from SNT129-W7 ([65.55.90.72]) by snt0-omc2-s17.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 18 Sep 2009 10:29:10 -0700 Message-ID: Content-Type: multipart/alternative; boundary="_bc9ab618-62eb-40bb-81eb-358346ae4c6a_" X-Originating-IP: [129.83.31.2] From: Paul S To: Subject: tomcat6 + apache 2.2 mod_jk - Help Date: Fri, 18 Sep 2009 13:29:10 -0400 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 18 Sep 2009 17:29:10.0544 (UTC) FILETIME=[8880F900:01CA3885] X-Virus-Checked: Checked by ClamAV on apache.org --_bc9ab618-62eb-40bb-81eb-358346ae4c6a_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am having issues with mod_jk..... I have installed mod_jk 1.2.28 and have tomcat 6 installed on linux. i created worker.prop file under apache2.=20 workers.properties ----------------- worker.list=3Dwkr01 worker.wkr01.type=3Dajp13 worker.wkr01.host=3Dlocalhost worker.wkr01.port=3D8009 httpd.conf ----------- Include "/usr/local/apache2/conf/mod_jk.conf" mod_jk.conf ----------- LoadModule jk_module modules/mod_jk.so JkShmFile /usr/local/apache2/logs/jk-runtime-status JkLogFile /usr/local/apache2/logs/mod_jk.log JkLogLevel debug JkWorkersFile /usr/local/apache2/conf/workers.properties JkMount /helloWorld wkr01 JkMount /helloWorld wkr01 i have Connector entry in server.xml on tomcat as. server.xml ----------- Apache is running on port 8079. tomcat is running on 8080 i have helloWorld webapp installed on tomcat under webapps. i am able to access helloWorld using tomcat: http://localhost:8080/helloW= orld I am able to access apache: http://localhost ---> i see 'It works' page c= ome up. When i try to access=20 http://localhost:8079/helloWorld i am getting this error.... ... .. init_jk::mod_jk.c (3183): mod_jk/1.2.28 initialized ... ... ajp_get_endpoint::jk_ajp_common.c (2977): acquired connection pool slot=3D= 0 after 0 retries ajp_marshal_into_msgb::jk_ajp_common.c (605): ajp marshaling done ajp_service::jk_ajp_common.c (2283): processing wkr01 with 2 retries ajp_send_request::jk_ajp_common.c (1501): (wkr01) all endpoints are disconn= ected. jk_open_socket::jk_connect.c (452): socket TCP_NODELAY set to On jk_open_socket::jk_connect.c (541): timeout 300 set for socket=3D13 jk_open_socket::jk_connect.c (576): trying to connect socket 13 to 127.0.0.= 1:8009 jk_open_socket::jk_connect.c (594): connect to 127.0.0.1:8009 failed (errno= =3D111) ajp_connect_to_endpoint::jk_ajp_common.c (922): Failed opening socket to (1= 27.0.0.1:8009) (errno=3D111) ajp_send_request::jk_ajp_common.c (1507): (wkr01) connecting to backend fai= led. Tomcat is probably not started or is listening on the wrong port (errn= o=3D111) ajp_service::jk_ajp_common.c (2447): (wkr01) sending request to tomcat fail= ed (recoverable)=2C because of error during request sending (attempt=3D1) ajp_service::jk_ajp_common.c (2304): retry 1=2C sleeping for 100 ms before = retrying Am i missing any configuration? any help would be great. Thanks Paul _________________________________________________________________ Ready for Fall shows? Use Bing to find helpful ratings and reviews on digit= al tv's. http://www.bing.com/shopping/search?q=3Ddigital+tv's&form=3DMSHNCB&publ=3DW= LHMTAG&crea=3DTEXT_MSHNCB_Vertical_Shopping_DigitalTVs_1x1= --_bc9ab618-62eb-40bb-81eb-358346ae4c6a_--