Copy this bookmark:
JSF behind reverse proxy « Andreas Höhmann's Weblog
february 2012 by pne
What to do if the URL that the browser uses is not the same as the URL that the application thinks it is found at, due to the presenve of a reverse proxy between the application and the browser.
Using a ViewHandler to modify the action URLs.
This example uses ../ injection.
JSF
JavaServerFaces
configuration
Java
webdevelopment
development
reverseproxy
proxy
ViewHandler
Using a ViewHandler to modify the action URLs.
This example uses ../ injection.
february 2012 by pne