From users-return-179453-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Fri May 02 15:29:54 2008 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 62462 invoked from network); 2 May 2008 15:29:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2008 15:29:54 -0000 Received: (qmail 71767 invoked by uid 500); 2 May 2008 15:29:43 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 71745 invoked by uid 500); 2 May 2008 15:29:43 -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 71733 invoked by uid 99); 2 May 2008 15:29:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2008 08:29:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [67.98.149.8] (HELO isc1a.Intellisales) (67.98.149.8) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2008 15:28:51 +0000 Received: by isc1a.intellisales.com with Internet Mail Service (5.5.2653.19) id ; Fri, 2 May 2008 11:25:03 -0400 Message-ID: <887B30578B68D411B65D0050047E6D3001C56913@isc1a.intellisales.com> From: "Mehrotra, Anurag" To: "'users@tomcat.apache.org'" Subject: Tomcat 6.0.16 and web server 2.0.59 Date: Fri, 2 May 2008 11:25:00 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked by ClamAV on apache.org I have been trying to connect tomcat 6.0.16 (using JVM 1.5.0_15) on windows 32 bit platform to connect to apache web server httpd 2.0.59 with mod_jk. I have defined the following entries in my worker.properties: workers.tomcat_home workers.java_home ps I loaded the mod_jk.so as follows: LoadModule jk_module modules/mod_jk.so I defined all the mod_jk related directives in my httpd.conf # Where to find workers.properties JkWorkersFile # Where to put jk shared memory JkShmFile # Where to put jk logs JkLogFile # Set the jk log level [debug/error/info] JkLogLevel debug # Select the timestamp log format JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " # Send servlet for context /examples to worker named worker1 JkMount /* worker1 In httpd.conf I have a section for When the app server and web server are started a fresh "mod_jk.conf" is generated under TOMCAT_HOME/conf/auto - this file has the listing for my application and other tomcat apps as follows: JkMount /app1 ajp13 JkMount /app1/* ajp13 JkMount /host-manager ajp13 JkMount /host-manager/* ajp13 JkMount /docs ajp13 JkMount /docs/* ajp13 JkMount /manager ajp13 JkMount /manager/* ajp13 But when I try to access my application as http://localhost/app1 all I get in mod_jk.log is [Fri May 02 11:08:02 2008] [5588:944] [debug] mod_jk.c (2740): Initialized mod_jk/1.2.26 [Fri May 02 11:24:01 2008] [5588:4972] [debug] mod_jk.c (3033): missing uri map for localhost:/app1 [Fri May 02 11:24:01 2008] [5588:4972] [debug] mod_jk.c (3190): missing uri map for localhost:/app1 I am unable to even access the tomcat manager application as http://localhost/manager/html Need some pointers or help here! ________________________________ Anurag 301-296-3838 The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org