I deploy the war file in tomcat 7. It looks fine when I open it from this link: http://193.174.236.128:8080/book-term/. But it crashes when I try to redirect it from another webpage. My project configurations are: JSF framework 2.2, primefaces 5.0. I also put the customize theme jar inside the lib folder and build it with my library jar. And also configured necessary primefaces theme in web.xml.
I added at the server that serves mysite.de.com:
<Location /term>
Order allow,deny
Allow from all
ProxyPass http://193.174.236.128:8080/book-term/
</Location>
Please help.