Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 96900 invoked from network); 29 May 2003 07:53:48 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 29 May 2003 07:53:48 -0000 Received: (qmail 5346 invoked by uid 97); 29 May 2003 07:56:11 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 5339 invoked from network); 29 May 2003 07:56:11 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 29 May 2003 07:56:11 -0000 Received: (qmail 95499 invoked by uid 500); 29 May 2003 07:53:29 -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 95488 invoked from network); 29 May 2003 07:53:29 -0000 Received: from hosting-132-150.phpwebhosting.com (HELO flow.phpwebhosting.com) (64.72.132.150) by daedalus.apache.org with SMTP; 29 May 2003 07:53:29 -0000 Received: (qmail 20562 invoked by uid 508); 29 May 2003 07:53:40 -0000 Received: from unknown (HELO 192.168.1.1) (203.59.151.58) by hosting-132-150.phpwebhosting.com with SMTP; 29 May 2003 07:53:40 -0000 From: Jason Bainbridge Organization: KDE Web Team To: "Tomcat Users List" Subject: Re: Tomcat / Apache / JK2 impossible?? Date: Thu, 29 May 2003 15:53:38 +0800 User-Agent: KMail/1.5.9 References: <00a501c325b4$1c5a0b30$770a000a@novasoft.es> In-Reply-To: <00a501c325b4$1c5a0b30$770a000a@novasoft.es> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <200305291553.38888.jason@jblinux.org> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It is very possible, many of us are doing it as we speak... Check out: http://www.johnturner.com/howto/apache-tomcat-howto.html and http://tomcatfaq.sourceforge.net Then go from there, if you still have problems then let us know. Regards, -- Jason Bainbridge KDE Web Team - http://kde.org webmaster@kde.org On Thu, 29 May 2003 15:29, David Reche Martinez wrote: > 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*** > ... > > > port="8009" minProcessors="5" maxProcessors="75" > > enableLookups="true" redirectPort="8443" > > acceptCount="10" debug="0" connectionTimeout="0" > > useURIValidationHack="false" > > protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/> > > ... > > > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org