JSF behind reverse proxy

The problem “try to run a jsf application behind a reverse proxy” it will not work if you change the context-path.
Imagine a local deployed jsf application “hello-world.war”. You can start browsing at http://localhost:8080/hello-word/. The browser handles the absolute paths for css and javascript-libs correctly and all forms will work. Remeber that all resource-urls converted to [...]