RE: Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-14 Thread Alex Samad - Yieldbroker
> -Original Message- > From: Mladen Turk [mailto:mt...@apache.org] > Sent: Tuesday, 13 March 2012 5:01 PM > To: users@tomcat.apache.org > Subject: Re: Issues with the tomcat connector (On W2k8 + IIS7.5) > > On 03/13/2012 12:09 AM, Alex Samad - Yieldbroker wrote: >

Re: Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-12 Thread Mladen Turk
On 03/13/2012 12:09 AM, Alex Samad - Yieldbroker wrote: [snip] Try the RC binaries from http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.33/ Does this one crashes as well? Okay, got your build from there. 1) it loads up with single application thread (so not a web garden) but then

RE: Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-12 Thread Alex Samad - Yieldbroker
[snip] > > Try the RC binaries from > http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.33/ > > Does this one crashes as well? Okay, got your build from there. 1) it loads up with single application thread (so not a web garden) but then failed 2) I tried it as a web garden, so 4 process

RE: Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-12 Thread Alex Samad - Yieldbroker
Thanks I will [snip] > > > > From Failed Request tracking on IIS > > > > ErrorDescription > > Calling LoadLibraryEx on ISAPI filter > "C:\YB\Shared\dev.yieldbroker.com\ajpconfig\isapi_redirect.dll" failed > > > > Try the RC binaries from > http://people.apache.org/~mturk/tomcat-connectors/jk-1.

Re: Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-12 Thread Mladen Turk
On 03/12/2012 12:37 AM, Alex Samad - Yieldbroker wrote: Hi Thanks any idea's why the latest head version doesn't work. I got it to compile, but it crashes when IIS tries to load it From Failed Request tracking on IIS ErrorDescription Calling LoadLibraryEx on ISAPI filter "C:\YB\Shared\dev

RE: Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-11 Thread Alex Samad - Yieldbroker
direct.dll" failed Not much else in event log or any other log I am looking at Alex -Original Message- From: Mladen Turk [mailto:mt...@apache.org] Sent: Thursday, 8 March 2012 7:21 PM To: users@tomcat.apache.org Subject: Re: Issues with the tomcat connector (On W2k8 + IIS7.5) On 03

Re: Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-08 Thread Mladen Turk
On 03/06/2012 11:50 PM, Alex Samad - Yieldbroker wrote: Hi I patched Mmakefile.amd64 it was different to the x86 one then ran nmake -f Makefile.amd64 again, built no errors or warnings Thanks Alex Patch... Index: Makefile.amd64

RE: Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-06 Thread Alex Samad - Yieldbroker
Hi > -Original Message- > From: Alex Samad - Yieldbroker [mailto:alex.sa...@yieldbroker.com] > Sent: Wednesday, 7 March 2012 9:35 AM > To: Tomcat Users List > Subject: RE: Issues with the tomcat connector (On W2k8 + IIS7.5) > [snip] > I tried the x86 version

RE: Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-06 Thread Alex Samad - Yieldbroker
> -Original Message- > From: Alex Samad - Yieldbroker [mailto:alex.sa...@yieldbroker.com] > Sent: Wednesday, 7 March 2012 9:30 AM > To: Tomcat Users List > Subject: RE: Issues with the tomcat connector (On W2k8 + IIS7.5) > > [snip] > .\Release_

RE: Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-06 Thread Alex Samad - Yieldbroker
-Original Message- From: Mladen Turk [mailto:mt...@apache.org] Sent: Tuesday, 6 March 2012 9:39 PM To: users@tomcat.apache.org Subject: Re: Issues with the tomcat connector (On W2k8 + IIS7.5) [snip] > That's easy. > Open VSxxx command prompt for target CPU and cd to

RE: Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-06 Thread Alex Samad - Yieldbroker
> -Original Message- > From: Mladen Turk [mailto:mt...@apache.org] > Sent: Tuesday, 6 March 2012 11:52 PM > To: users@tomcat.apache.org > Subject: Re: Issues with the tomcat connector (On W2k8 + IIS7.5) > > On 03/06/2012 06:35 AM, Alex Samad - Yieldbroker wrote:

Re: Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-06 Thread Mladen Turk
On 03/06/2012 06:35 AM, Alex Samad - Yieldbroker wrote: Hi Under load, IIS will first start 1 process and then if enough request another and another depending on load. So what I see is 4 process starting at about the same time and the shared memory is getting corrupted and from there it turn

Re: Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-06 Thread Mladen Turk
On 03/06/2012 06:35 AM, Alex Samad - Yieldbroker wrote: Hi ... a very long post :) In general I agree that newest IIS's needs some tune up. You are very welcome to provide patches. Does somebody have a tar ball of a tree what I can just point to and compile :) (or maybe some instruction o

Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-05 Thread Alex Samad - Yieldbroker
Hi This is my prod setup Client -> Internet -> IIS7.5/NLB (2 node cluster) with the 1.2.32 tomcat connector -> 2 node tomcat cluster. We had done a fair bit of testing on this setup enough to move into production. But we ran into a problem ... when IIS recycle its application pool. Luckily w