Re: Apache Tomcat unable to send the request. tomcat throwing 502 Gate Way error

2011-08-17 Thread Pid
On 16/08/2011 08:08, rakesh k wrote: > Hi Andre > > Sorry for this, I had pasted the entire xml file.. I am hereby providing the > server.xml with removing the commented parts. I've edited the below a little. > maxThreads="150" minSpareThreads="4"/> > > port="80

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-17 Thread Ronald Klop
Op woensdag, 17 augustus 2011 15:02 schreef Ronald Klop : Op woensdag, 17 augustus 2011 14:28 schreef Mark Thomas : > > > On 17/08/2011 13:20, Ronald Klop wrote: > > Sometimes. Mostly I run ImageMagick in a separate process. But sometimes > > it does things with java

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-17 Thread Ronald Klop
Op woensdag, 17 augustus 2011 14:28 schreef Mark Thomas : On 17/08/2011 13:20, Ronald Klop wrote: > Sometimes. Mostly I run ImageMagick in a separate process. But sometimes > it does things with javax.imagio. > I'm curious about the link between them. And what happened in 7.0.19 > th

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-17 Thread Mark Thomas
On 17/08/2011 13:20, Ronald Klop wrote: > Sometimes. Mostly I run ImageMagick in a separate process. But sometimes > it does things with javax.imagio. > I'm curious about the link between them. And what happened in 7.0.19 > that triggers something new. Details in the archives. If you have a simpl

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-17 Thread Konstantin Kolinko
2011/8/17 Ronald Klop : > > Op woensdag, 17 augustus 2011 13:41 schreef Mark Thomas : >> >>   On 17/08/2011 12:36, Ronald Klop wrote: >>  > Hi, >>  > >>  > I did some experiments past days on my live servers and have more >>  > information. >>  > >>  > The problem occurs with 7.0.19 and 7.0.20 with

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-17 Thread Ronald Klop
Op woensdag, 17 augustus 2011 13:41 schreef Mark Thomas : On 17/08/2011 12:36, Ronald Klop wrote: > Hi, > > I did some experiments past days on my live servers and have more > information. > > The problem occurs with 7.0.19 and 7.0.20 with the NIO connector, but > not with the BIO

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-17 Thread Mark Thomas
On 17/08/2011 12:36, Ronald Klop wrote: > Hi, > > I did some experiments past days on my live servers and have more > information. > > The problem occurs with 7.0.19 and 7.0.20 with the NIO connector, but > not with the BIO connector. In 7.0.16 it doesn't happen with the NIO > connector. > My cod

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-17 Thread Ronald Klop
Op zondag, 14 augustus 2011 23:46 schreef Konstantin Kolinko : 2011/8/14 Ronald Klop : > > I'm running Tomcat 7.0.19 to scale and serve images for use on a lot of > websites. Since the upgrade from 7.0.16 to 7.0.19 I get the following stacks > now and than. > java.lang.IllegalState

RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-17 Thread Lataxes, Karl
We have a winner. Creating a system property at startup and appending it to the session id worked. I was able to run multiple Tomcat instances, both on the same and multiple hosts, with 100% session stickiness. This approach will work perfectly, as we can use the jvmroute parameter as an inpu

Re: HTTP Header requests for siteminder are not passing through ISAPI filter to Tomcat to Webfocus application.

2011-08-17 Thread Rainer Jung
On 16.08.2011 22:00, Lui, Christopher wrote: > Hi - I'm trying to migrate my IBI Web Focus application to new servers with > an upgraded OS and the web focus application is not receiving the sitminder > HTTP Header request through the ISAPI filter through to Tomcat. > > Our server is setup with

Re: Cache-Control headers not being added to secure requests

2011-08-17 Thread Mark Thomas
On 16/08/2011 22:20, Zampani, Michael wrote: > It was my understanding that the fix for IE was just the > securePagesWithPragma change, which changes cache-control:no-cache to > cache-control:private by default. > According to the bug report, this should fix IE downloads even for secure > requ