pne + viewhandler   2

Java Notepad: Publishing JSF application from behind a proxy
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 Context Init Parameters to determine what to prepend. (And similarly one could replace rather than prepending, if desired.)
JSF  JavaServerFaces  Java  webdevelopment  development  configuration  reverseproxy  ViewHandler 
february 2012 by pne
JSF behind reverse proxy « Andreas Höhmann's Weblog
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 
february 2012 by pne

Copy this bookmark:



description:


tags: