Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 71950 invoked from network); 29 May 2003 07:31:02 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 29 May 2003 07:31:02 -0000 Received: (qmail 5033 invoked by uid 97); 29 May 2003 07:33:25 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 5026 invoked from network); 29 May 2003 07:33:25 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 29 May 2003 07:33:25 -0000 Received: (qmail 70503 invoked by uid 500); 29 May 2003 07:30:41 -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 70489 invoked from network); 29 May 2003 07:30:40 -0000 Received: from unknown (HELO novasoft.es) (62.81.195.2) by daedalus.apache.org with SMTP; 29 May 2003 07:30:40 -0000 Received: from imasd1 ([62.81.195.13]) by novasoft.es with esmtp; Thu, 29 May 2003 09:30:49 +0200 Message-ID: <00a501c325b4$1c5a0b30$770a000a@novasoft.es> From: "David Reche Martinez" To: tomcat-user@jakarta.apache.org Subject: Tomcat / Apache / JK2 impossible?? Date: Thu, 29 May 2003 09:29:59 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi All, I'm trying to integrate Apache and Tomcat using jk2 but I can't reach it This is my configuration: Apache 2.0.45 Tomcat 4.1.24 JK2 (2.0.1) This are each configuration file: ***httpd.conf*** ... LoadModule jk2_module modules/mod_jk2.so ... ***jk2.properties*** All the file is commented ***workers2.properties*** # Define the communication channel [channel.socket:localhost:8009] info=Ajp13 forwarding over socket tomcatId=localhost:8009 # Map the Tomcat examples webapp to the Web server uri space [uri:/examples/*] info=Map the whole webapp ***server.xml*** ... ... When I try to access http:/server/examples Apache throw an error. This is all the error message in the error_log: [Wed May 28 16:05:21 2003] [error] shm.init(): No file [Wed May 28 16:05:21 2003] [notice] Apache/2.0.45 (Unix) mod_jk2/2.0.0 configured -- resuming normal operations [Wed May 28 16:05:21 2003] [error] shm.init(): No file [Wed May 28 16:05:21 2003] [error] shm.init(): No file [Wed May 28 16:05:21 2003] [error] shm.init(): No file [Wed May 28 16:05:21 2003] [error] shm.init(): No file [Wed May 28 16:05:21 2003] [error] shm.init(): No file [Wed May 28 16:05:26 2003] [error] shm.init(): No file [Wed May 28 16:05:34 2003] [error] workerEnv.init() create slot epStat.0 failed [Wed May 28 16:05:34 2003] [error] lb.service() worker failed ajp13:localhost:8009 [Wed May 28 16:05:34 2003] [error] lb.service() unrecoverable error... [Wed May 28 16:05:34 2003] [error] mod_jk.handler() Error connecting to tomcat 120000 [Wed May 28 16:06:24 2003] [error] workerEnv.init() create slot epStat.2 failed [Wed May 28 16:06:24 2003] [error] lb.service() worker failed ajp13:localhost:8009 [Wed May 28 16:06:24 2003] [error] lb.service() unrecoverable error... [Wed May 28 16:06:24 2003] [error] mod_jk.handler() Error connecting to tomcat 120000 I hope you can help me in this trouble. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org