Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 23134 invoked from network); 3 Nov 2005 11:54:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Nov 2005 11:54:56 -0000 Received: (qmail 12605 invoked by uid 500); 3 Nov 2005 11:54:40 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 12591 invoked by uid 500); 3 Nov 2005 11:54:40 -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 12580 invoked by uid 99); 3 Nov 2005 11:54:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2005 03:54:40 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [203.124.139.208] (HELO pcsspz.PATNI.COM) (203.124.139.208) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2005 03:54:35 -0800 Received: from ttcmail.patni.com ([192.168.12.202]) by pcsspz.PATNI.COM (8.12.8/8.12.8) with ESMTP id jA3BtbhB020834 for ; Thu, 3 Nov 2005 17:25:37 +0530 Received: from antivirgw.patni.com ([192.168.12.45]) by ttcmail.patni.com (8.13.4/8.13.4) with SMTP id jA3BtiOx023091; Thu, 3 Nov 2005 17:26:00 +0530 Received: from pcsttc.patni.com ([192.168.12.201]) by antivirgw.patni.com (SMSSMTP 4.1.9.35) with SMTP id M2005110317250431749 ; Thu, 03 Nov 2005 17:25:04 +0530 Received: from pcp41868 ([199.92.207.18]) (authenticated bits=0) by pcsttc.patni.com (8.13.4/8.13.4) with ESMTP id jA3Bu0er004714; Thu, 3 Nov 2005 17:26:00 +0530 Reply-To: From: "Nehal Sangoi" To: "'Tomcat Users List'" , Subject: RE: JkMount Date: Thu, 3 Nov 2005 17:23:56 +0530 Message-ID: <002101c5e06d$45d018d0$6d6ad103@ttcnt.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal In-Reply-To: <009701c5de15$39dc8540$6d6ad103@ttcnt.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi All, I could successfully implement load-balancing in tomcat apache setup. I got idea from the foll. case. http://www.junlu.com/msg/189637.html Do exactly same, what he has tried explaining........ It has worked perfectly fine for me. Regds, Nehal -----Original Message----- From: Nehal Sangoi [mailto:nehal.sangoi@patni.com] Sent: Monday, October 31, 2005 5:49 PM To: 'Tomcat Users List' Subject: RE: JkMount Hi, I tried as follows.... My workers.properties : workers.java_home=/usr/j2se ps=/ worker.list=test1,test2,test3,test4 ## TEST1 CONNECTOR worker.test1.port=xxxx worker.test1.host=xxx.xxx.xxx.xxx worker.test1.type=ajp13 ## TEST2 CONNECTOR worker.test2.port=xxxx worker.test2.host=xxx.xxx.xxx.xxx worker.test2.type=ajp13 worker.test2.lbfactor=1 ## TEST3 CONNECTOR worker.test3.port=xxxx worker.test3.host=xxx.xxx.xxx.xxx worker.test3.type=lb worker.test3.sticky_session=1 worker.test3.balance_workers=test2 My httpd.conf : JkMount /example/* test1 JkMount /test/* test2 But, my test2 itself is not loading the URL nw. Also, my test3 worker is not loadbalancing test2 worker. Please help..... Regds, Nehal -----Original Message----- From: SUGAHARA Toshio [mailto:to_sug@yahoo.co.jp] Sent: Monday, October 31, 2005 5:11 PM To: Tomcat Users List Subject: Re: JkMount Hi Nehal, I think you had better use Tomcat load-balancing function when you use different worker. See below document; http://tomcat.apache.org/connectors-doc/howto/workers.html Regards, Toshio > > How can i "JkMount" same URI twice in httpd.conf > with different worker > specified? > > e.g. i want to mount /example/* twice using > different worker name. > > JkMount /example/* worker1 > JkMount /example/* worker2 > > But this is not working. How should i configure to > achieve my motto? > > > Regds, > Nehal > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: > users-help@tomcat.apache.org > > -------------------------------------- Yahoo! Mail - supported by 10million people http://pr.mail.yahoo.co.jp/10m/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org