Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A1AB8DA38 for ; Wed, 25 Jul 2012 11:23:57 +0000 (UTC) Received: (qmail 14627 invoked by uid 500); 25 Jul 2012 11:23:54 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 13736 invoked by uid 500); 25 Jul 2012 11:23:49 -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 13679 invoked by uid 99); 25 Jul 2012 11:23:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 11:23:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Alex.Samad@yieldbroker.com designates 202.74.32.13 as permitted sender) Received: from [202.74.32.13] (HELO mail.yieldbroker.com) (202.74.32.13) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 11:23:41 +0000 From: Alex Samad - Yieldbroker To: Tomcat Users List CC: "mturk@apache.org" Subject: RE: issue with iis 7.5 ajpconnector Thread-Topic: issue with iis 7.5 ajpconnector Thread-Index: Ac1lPJAxtJ3Fma78QUmqpeWZaz/GYwEHhSew//966gD//YXzsA== Date: Wed, 25 Jul 2012 11:23:18 +0000 Message-ID: References: <500E4B42.2060205@ice-sa.com> In-Reply-To: <500E4B42.2060205@ice-sa.com> Accept-Language: en-AU, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.32.20.101] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi Andre Apologies for the sparseness. > -----Original Message----- > From: Andr=E9 Warnier [mailto:aw@ice-sa.com] > Sent: Tuesday, 24 July 2012 5:14 PM > To: Tomcat Users List > Subject: Re: issue with iis 7.5 ajpconnector >=20 [snip] > > >=20 > Just to avoid any future misunderstandings and (additional) loss of time = : > When you write "II 7.5", you mean the IIS webserver version 7.5, under > Windows, right ? Dropped the s in the message. But yes this is Windows 2008 R2 with NLB (net= work load balancer installed), IIS 7.5 and ajpconnector 1.2.34_8 I initially raised a bug about the locking and shared memory. This was the = first working version after that bug. I haven't as yet had a chance to chec= k the newer version. But I haven't seen any bugs that might have caused my= problems. > And exactly which "AJP connector" are you using, downloaded from where, > and which precise >From the tomcat web site, I believe actually from here http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.34/) > version ? > And while you are at it, you may want to add the precise OS and Java and > Tomcat versions So I have 3 vhosts setup=20 a) goes to RHEL6.1 Jboss 6.1.0Final b) goes to RHEL6.1 jboss 6.1.0Final c) (the new one I was trying to add) Windows 2008r2 Tomcat 6.0.20 My previous setup was Internet -> IIS (on public server [not the reverse proxies] ) -> ajpconne= ctor to tomcat (all on the same box) I was trying to Internet -> IIS (on my reverse proxies) -> ajpconnector to tomcat on the p= ublic server ) .. I have checked the firewall rules and connectivity was th= ere ie from the RPs -> 8009 on the public web server But I really think this extra info is not the problem.=20 Why When I added in config c) from above ... so its on vhost the ajp connector= never ever sent out a request. So my directory setup is such X:\\local\\logs X:\\local\\ X:\\Shared\\ X:\\Shared\\ajpconnector X:\\Shared\\wwwroot So happy working system, with 2 vhosts. We have tested with 1.5K concurrent= connection attempts and concurrent connects to each of the 2 RP and 2 vhos= t simultaneously.. all happy don't miss a beat. Oh and I have ajpconnector turned onto error only logging I have 2 threads allocated per vhost - 2 threasd in the application pool an= d concurrent recycles allowed. I configure the 3rd vhost, start application pool, attempt to hit the jksta= tus / jkmanager page. Then the other ajp connector start to time our. Eve= n with debugging turned on in the 3 vhost - the new one. I don't get any li= ne entries... Which leads me to believe it is a semaphore/ locking issue. I will note MTurk, in previously emails thought the setup should have just = 1 pool for all the vhost. But this didn't allow us to run different version= s in UAT / SIM / PROD and testing... Any other questions happy to add any more info=20 > too, rather than forcing other people to pry this information out of you. Sorry, it did seem rather clear when I wrote it :) But obviously not ! >=20 >=20 > --------------------------------------------------------------------- > 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