Re: Weird problerm accessing request headers from tomcat

2011-05-30 Thread Martin Knoblauch
al Message > From: André Warnier > To: Tomcat Users List > Sent: Fri, May 27, 2011 6:01:28 PM > Subject: Re: Weird problerm accessing request headers from tomcat > > Hi. > > I believe that you are making the often-made confusion between "environment >values"

Re: Weird problerm accessing request headers from tomcat

2011-05-27 Thread André Warnier
Hi. I believe that you are making the often-made confusion between "environment values" (or variables), and HTTP headers content. In particular, here : Apache1 inserts the following variables into the requests it forwards to Apache1 (I suppose you meant Apache2 here) No. It does not do tha

Re: Weird problerm accessing request headers from tomcat

2011-05-27 Thread Martin Knoblauch
ed-HostThe original >host requested by the client in the Host > >HTTP request header.X-Forwarded-ServerThe hostname of the proxy server. > > http://httpd.apache.org/docs/2.2/mod/mod_proxy.html > > is this not the case? > Martin > ______________

RE: Weird problerm accessing request headers from tomcat

2011-05-27 Thread Martin Gainty
case? Martin __ > Date: Fri, 27 May 2011 05:53:14 -0700 > From: spamt...@knobisoft.de > Subject: Weird problerm accessing request headers from tomcat > To: users@tomcat.apache.org; us...@httpd.apache.org > > Hi, > > sorr

Weird problerm accessing request headers from tomcat

2011-05-27 Thread Martin Knoblauch
Hi, sorry for the crosspost, but I am not sure where to ask. I am trying to understand a weird problem accessing HTTP request headers from a jsf page. The setup is as follows: apache1 -> apache2 -> mod_jk -> tomcat Apache1 is accessible from the Internet and forwards requests to my applicati