Hi, i think this is a simple one, but i can't find out how to configure it right.
I want to run my JSF/trinidad application in a tomcat behind a normal httpd apache. Requests are redirected from the httpd to the tomcat with rewrite rules. RewriteRule ^/app/(.*) http://localhost:8080/app/faces/$1 [P,QSA] This works fine, but when i click a link/action the url points always to the tomcat. http://host/app/index.xhtml -> http://host:8080/app/faces/other.xhtml What can I do to tell my applikation to not use the host/port information in the urls ? thanks! David -- David Uebelacker mailto:[EMAIL PROTECTED] http://david.uebelacker.eu/

