Re: [s2] Strange behaviour of s2 application behind reverse proxy

2010-06-17 Thread Gabriel Belingueres
gt; Gesendet: Mittwoch, 16. Juni 2010 17:54 > An: Struts Users Mailing List > Betreff: Re: [s2] Strange behaviour of s2 application behind reverse proxy > > Make sure your app server is correctly configured to return the > font-end proxy values when you call: > -request.getServe

AW: [s2] Strange behaviour of s2 application behind reverse proxy

2010-06-16 Thread Jan Fröhlich
://serverHostname/myApp Thanks again! Jan -Ursprüngliche Nachricht- Von: Gabriel Belingueres [mailto:belingue...@gmail.com] Gesendet: Mittwoch, 16. Juni 2010 17:54 An: Struts Users Mailing List Betreff: Re: [s2] Strange behaviour of s2 application behind reverse proxy Make sure your app

Re: [s2] Strange behaviour of s2 application behind reverse proxy

2010-06-16 Thread Gabriel Belingueres
Make sure your app server is correctly configured to return the font-end proxy values when you call: -request.getServerName() -request.getServerPort() Gabriel 2010/6/16 Jan Fröhlich : > Hi all, > > > > after (nearly) finishing a struts2 project with struts 2.1.8.1 we have an odd > issue testing

[s2] Strange behaviour of s2 application behind reverse proxy

2010-06-16 Thread Jan Fröhlich
Hi all, after (nearly) finishing a struts2 project with struts 2.1.8.1 we have an odd issue testing the application behind an apache reverse proxy server. In web.xml is "index.jsp" as welcome page defined. Index.jsp contains just a <% response.sendRedirect("home.action") %> (please don't