RE: Tomcat proxy configuration for serverside http requests

2011-12-12 Thread Dale Ogilvie
>> André Warnier wrote: >> Just to complete your report : >> - is the JVM used in both cases exactly the same ? >> - are either one of the Tomcats (or both) using the "native APR" library ? >> (although I have no idea really if this is relevant or not when a >> webapp makes its own connections)

Re: Tomcat proxy configuration for serverside http requests

2011-12-12 Thread Pid
On 12/12/2011 09:56, André Warnier wrote: > Dale Ogilvie wrote: >> Hi, >> >> >> >> Weird issue, perhaps someone can explain how this might be happening >> from a tomcat perspective... >> >> >> >> I have some CXF generated web service client code that calls a web >> service that operates on an I

Re: Tomcat proxy configuration for serverside http requests

2011-12-12 Thread André Warnier
Dale Ogilvie wrote: Hi, Weird issue, perhaps someone can explain how this might be happening from a tomcat perspective... I have some CXF generated web service client code that calls a web service that operates on an IP whitelist. If I run this code from the shell as the tomcat owner us

Tomcat proxy configuration for serverside http requests

2011-12-11 Thread Dale Ogilvie
Hi, Weird issue, perhaps someone can explain how this might be happening from a tomcat perspective... I have some CXF generated web service client code that calls a web service that operates on an IP whitelist. If I run this code from the shell as the tomcat owner user "apache_tomcat" on th