Re: isapi_redirect 1.2.30

2010-04-08 Thread Rainer Jung
Thanks for letting us know your solution. On 08.04.2010 02:50, Jordan Michaels wrote: Just after I sent this it occurred to me that I could map the / without it being global (IE: /=ajp13 instead of /*=ajp13), and things would work like I want them to. So I tried that, and guess what, things work

Re: isapi_redirect 1.2.30

2010-04-07 Thread Jordan Michaels
Just after I sent this it occurred to me that I could map the / without it being global (IE: /=ajp13 instead of /*=ajp13), and things would work like I want them to. So I tried that, and guess what, things work great now. ;) If only I had done that several days ago! Lesson learned: non-mapped

Re: isapi_redirect 1.2.30

2010-04-07 Thread Jordan Michaels
Alright, Unfortunately there's no way (that I have found) to get IIS to actually log what it's passing off to the connector, but in my testing I do think I discovered what the key factor is. Whenever I get this line: [debug] HttpFilterProc::jk_isapi_plugin.c (1932): [/myfile] is a servlet ur

Re: isapi_redirect 1.2.30

2010-04-06 Thread Rainer Jung
On 05.04.2010 18:35, Jordan Michaels wrote: Okay, I will try that. I have the properties log level currently set to "debug". I'll try trace and see if it can provide more information there (I didn't realize trace had more information then debug). Trace adds log lines for entering and leaving fu

Re: isapi_redirect 1.2.30

2010-04-05 Thread Jordan Michaels
Okay, I will try that. I have the properties log level currently set to "debug". I'll try trace and see if it can provide more information there (I didn't realize trace had more information then debug). Yeah, I don't understand it either. It's important to note that this *only* happens when us

Re: isapi_redirect 1.2.30

2010-04-03 Thread Rainer Jung
On 03.04.2010 01:03, Jordan Michaels wrote: Hello! I'm attempting to debug a cookie problem with the IIS7, using a default document, and the Tomcat connector. I can see where firefox is sending cookie information in the request headers to IIS, and I can see where the isapi_connector is passing

isapi_redirect 1.2.30

2010-04-02 Thread Jordan Michaels
Hello! I'm attempting to debug a cookie problem with the IIS7, using a default document, and the Tomcat connector. I can see where firefox is sending cookie information in the request headers to IIS, and I can see where the isapi_connector is passing the request off to Tomcat *without* cooki

Re: isapi_redirect-1.2.30 - problem with dynamic images.

2010-03-05 Thread Rainer Jung
On 05.03.2010 17:28, André Warnier wrote: David Bolsover wrote: I'm not sure I'm any further along with this... If I take this first URL (from Tomcat port 8080) and paste into my browser address bar, I get the expected image. http://localhost:8080/Yosemite/faces/a4j/s/3_3_3.CR1org.ajax4jsf.res

Re: isapi_redirect-1.2.30 - problem with dynamic images.

2010-03-05 Thread Pid
é Warnier [mailto:a...@ice-sa.com] Sent: 05 March 2010 16:28 To: Tomcat Users List Subject: Re: isapi_redirect-1.2.30 - problem with dynamic images. David Bolsover wrote: I'm not sure I'm any further along with this... If I take this first URL (from Tomcat port 8080) and paste into my b

Re: isapi_redirect-1.2.30 - problem with dynamic images.

2010-03-05 Thread Rainer Jung
On 05.03.2010 17:28, André Warnier wrote: David Bolsover wrote: I'm not sure I'm any further along with this... If I take this first URL (from Tomcat port 8080) and paste into my browser address bar, I get the expected image. http://localhost:8080/Yosemite/faces/a4j/s/3_3_3.CR1org.ajax4jsf.res

RE: isapi_redirect-1.2.30 - problem with dynamic images.

2010-03-05 Thread David Bolsover
the browser session between the two - just removed 8080 from the page URL. DB -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 05 March 2010 16:28 To: Tomcat Users List Subject: Re: isapi_redirect-1.2.30 - problem with dynamic images. David Bolsover wrote: >

Re: isapi_redirect-1.2.30 - problem with dynamic images.

2010-03-05 Thread André Warnier
David Bolsover wrote: I'm not sure I'm any further along with this... If I take this first URL (from Tomcat port 8080) and paste into my browser address bar, I get the expected image. http://localhost:8080/Yosemite/faces/a4j/s/3_3_3.CR1org.ajax4jsf.resource.UserResource/n/n/-1487394660/DATA/eA

RE: isapi_redirect-1.2.30 - problem with dynamic images.

2010-03-05 Thread David Bolsover
I'm not sure I'm any further along with this... If I take this first URL (from Tomcat port 8080) and paste into my browser address bar, I get the expected image. http://localhost:8080/Yosemite/faces/a4j/s/3_3_3.CR1org.ajax4jsf.resource.UserResource/n/n/-1487394660/DATA/eAGNkk1rFEEQhitLgh9RCEYQQ

Re: isapi_redirect-1.2.30 - problem with dynamic images.

2010-03-05 Thread Rainer Jung
On 05.03.2010 15:04, Pid wrote: On 05/03/2010 12:56, Pid wrote: On 05/03/2010 10:02, David Bolsover wrote: Pid bad - windows 7 32bit good server 2008 64bit The provided isapi.log doesn't contain any of the two image requests. There is no request in it which contains "UserResource" as

Re: isapi_redirect-1.2.30 - problem with dynamic images.

2010-03-05 Thread Pid
parameter? As Mladen said, you should also address the connection errors. p DB -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 04 March 2010 23:26 To: Tomcat Users List Subject: Re: isapi_redirect-1.2.30 - problem with dynamic images. On 04/03/2010 21:59, David

Re: isapi_redirect-1.2.30 - problem with dynamic images.

2010-03-05 Thread André Warnier
David Bolsover wrote: Hi Mladen I've tried setting connection_pool_size=25 but no help. I've also taken a look at the HTML actually being rendered - clearly different between W7 / S2K8 - see attached. That is a puzzling factor. The link is embedded in a html page returned by Tomcat. To my

Re: isapi_redirect-1.2.30 - problem with dynamic images.

2010-03-05 Thread Pid
ssage- From: Pid [mailto:p...@pidster.com] Sent: 04 March 2010 23:26 To: Tomcat Users List Subject: Re: isapi_redirect-1.2.30 - problem with dynamic images. On 04/03/2010 21:59, David Bolsover wrote: I'm having a problem with the latest isapi_redirect-1.2.30. The problem is one of rend

RE: isapi_redirect-1.2.30 - problem with dynamic images.

2010-03-05 Thread David Bolsover
To: Tomcat Users List Subject: Re: isapi_redirect-1.2.30 - problem with dynamic images. On 03/05/2010 10:47 AM, David Bolsover wrote: > Hi Pid > > > I don't know if significant, but I have once seen a message generated by the > 1.2.30.dll - something along the lines of the &#

Re: isapi_redirect-1.2.30 - problem with dynamic images.

2010-03-05 Thread Mladen Turk
On 03/05/2010 10:47 AM, David Bolsover wrote: Hi Pid I don't know if significant, but I have once seen a message generated by the 1.2.30.dll - something along the lines of the 'the server is busy'... I see you have connection errors to Tomcat. You should resolve those at the first place. E

RE: isapi_redirect-1.2.30 - problem with dynamic images.

2010-03-05 Thread David Bolsover
ear differences. DB -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 04 March 2010 23:26 To: Tomcat Users List Subject: Re: isapi_redirect-1.2.30 - problem with dynamic images. On 04/03/2010 21:59, David Bolsover wrote: > I'm having a problem with the latest isapi_redirect-1.

Re: isapi_redirect-1.2.30 - problem with dynamic images.

2010-03-04 Thread Pid
On 04/03/2010 21:59, David Bolsover wrote: I'm having a problem with the latest isapi_redirect-1.2.30. The problem is one of rendering some images generated dynamically (sequences of images loaded from database) using the RichFaces supported by tags to trigger image change and reload

isapi_redirect-1.2.30 - problem with dynamic images.

2010-03-04 Thread David Bolsover
I'm having a problem with the latest isapi_redirect-1.2.30. The problem is one of rendering some images generated dynamically (sequences of images loaded from database) using the RichFaces supported by tags to trigger image change and reload every 10 seconds. Platform: Windows 7 (32bit