Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 31377 invoked from network); 1 Dec 2003 20:28:02 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Dec 2003 20:28:02 -0000 Received: (qmail 7102 invoked by uid 500); 1 Dec 2003 20:26:25 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 7087 invoked by uid 500); 1 Dec 2003 20:26:25 -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 24459 invoked from network); 1 Dec 2003 19:46:54 -0000 Mime-Version: 1.0 (Apple Message framework v606) Content-Transfer-Encoding: 7bit Message-Id: <24D39944-2437-11D8-84ED-003065F357C6@yuck.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: tomcat-user@jakarta.apache.org From: Michael Valentiner Subject: jk-1.2.5 not working Date: Mon, 1 Dec 2003 13:47:06 -0600 X-Mailer: Apple Mail (2.606) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have apache 2.0.48, tomcat 4.1.29, and jk-1.2.5 on the latest Mac OSX (Panther). Apache and tomcat are working, but not jk. jk is apparently failing to find a match when attempting to map the requested URI. I configured server.xml, workers.properties, and httpd.conf according to the instructions on John Turner's site . works, but returns: "Not Found The requested URL /examples/ was not found on this server." and /usr/local/jakarta-tomcat-4.1.29/logs/mod_jk.log has these lines (I've got JkLogLevel set to debug): [Mon Dec 01 12:15:29 2003] [jk_uri_worker_map.c (486)]: Into jk_uri_worker_map_t::map_uri_to_worker [Mon Dec 01 12:15:29 2003] [jk_uri_worker_map.c (500)]: Attempting to map URI '/examples/' [Mon Dec 01 12:15:29 2003] [jk_uri_worker_map.c (618)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match [Mon Dec 01 12:15:29 2003] [jk_uri_worker_map.c (486)]: Into jk_uri_worker_map_t::map_uri_to_worker [Mon Dec 01 12:15:29 2003] [jk_uri_worker_map.c (500)]: Attempting to map URI '/examples/' [Mon Dec 01 12:15:29 2003] [jk_uri_worker_map.c (618)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match As far as I can tell, auto/mod_jk.conf looks right (it's about that same as the sample at ). Any solutions, suggestions, diagnostics are greatly appreciated. ----------------------------------------------------------- Mike Valentiner, Minneapolis, Minnesota --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org