Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 10143 invoked from network); 21 Feb 2003 18:15:40 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 21 Feb 2003 18:15:40 -0000 Received: (qmail 24384 invoked by uid 97); 21 Feb 2003 18:17:16 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 24377 invoked from network); 21 Feb 2003 18:17:16 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 21 Feb 2003 18:17:16 -0000 Received: (qmail 2265 invoked by uid 500); 21 Feb 2003 18:13:58 -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 2217 invoked from network); 21 Feb 2003 18:13:57 -0000 Received: from www.shareowner.com (HELO shareowner.com) (66.46.24.147) by daedalus.apache.org with SMTP; 21 Feb 2003 18:13:57 -0000 Received: from exchange.int.shareowner.com (gw.shareowner.com [66.46.24.163]) by shareowner.com (8.11.6/8.11.6) with ESMTP id h1LHvdd13689 for ; Fri, 21 Feb 2003 12:57:39 -0500 Received: by exchange.int.shareowner.com with Internet Mail Service (5.5.2656.59) id ; Fri, 21 Feb 2003 13:13:55 -0500 Message-ID: From: pqin@shareowner.com To: tomcat-user@jakarta.apache.org Subject: RE: apache & tomcat (this old problem) Date: Fri, 21 Feb 2003 13:13:54 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2D9D4.FE8E0690" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C2D9D4.FE8E0690 Content-Type: text/plain One on 8080, one on 8009 Regards, PQ "This Guy Thinks He Knows Everything" "This Guy Thinks He Knows What He Is Doing" -----Original Message----- From: Filip Hanik [mailto:Filip.Hanik@evant.com] Sent: February 21, 2003 1:13 PM To: Tomcat Users List Subject: RE: apache & tomcat (this old problem) you can't have two connectors listen to the same port, in your case 8080 Filip -----Original Message----- From: Dani [mailto:alchasira@eresmas.com] Sent: Friday, February 21, 2003 10:15 AM To: Tomcat Users List Subject: RE: apache & tomcat (this old problem) - This is the apache error_log when I'm trying to connect [Fri Feb 21 19:06:15 2003] [error] workerEnv.init() create slot epStat.1 failed [Fri Feb 21 19:06:15 2003] [error] lb.service() worker failed ajp13:192.168.5.1:8080 [Fri Feb 21 19:06:15 2003] [error] lb.service() unrecoverable error... [Fri Feb 21 19:06:15 2003] [error] mod_jk.handler() Error connecting to tomcat 120000 - And this is the worker2.properties: #Define the communication channel [channel.socket:192.168.5.1:8080] info=Ajp13 forwarding over socket tomcatId=192.168.5.1:8080 #Map the Tomcat examples webapp to the Web server uri space [uri:/examples/*] info=Map the whole webapp - I add this line in the httpd.conf in the apache2/conf directory: LoadModule jk2_module modules/mod_jk2-2.0.43.so - This is jk2.properties in jakarta-tomcat/conf directory (only this line): channelSocket.port=8080 - This is part of the server.xml file: ... ... ... ..... ----- Original Message ----- From: Dani To: Sent: Friday, February 21, 2003 7:01 PM Subject: apache & tomcat (this old problem) > Hello. First of all: sorry for my terrible English. Second, I'm introducing > myself: My name is Dani. Third thing (and the most important): my problem > :-). > > "Again this silly and old problem?", you may say, but I can't solve it. Help > me please. > > I've installed red hat 7.2, apache 2.0.44 & tomcat 4.1.18. I'm trying to > connect apache - tomcat each other, but I can't. > > I've downloaded mod_jk2-2.0.43.so and I've configure server.xml and > workers2.properties as it is described in the mod_jk2 documentation. But it > doesn't work. Maybe server.xml or workers2.properties are bad > (workers2.properties didn't exist previously) or maybe mod_jk2-2.0.43 is not > the correct module or maybe I put them in a bad place. I don't know. Any > suggestion? > > Thanks for your patient. > > > > --------------------------------------------------------------------- > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org ------_=_NextPart_001_01C2D9D4.FE8E0690--