I get the error from Apache. If I look in error.log it says "File does not exist: /var/www/html/game-browser, referer: http://mysite.com/browse/app".
Now, http://mysite.com/browse/app is the URL of the application and that page loads fine. When I try any of the links (who all have ";jsessionid etc") the above error happens. It seems lika apahce thinks the URL points to a file instead of sending it to Tomcat. In my http.conf I use ProxyPass and ProxyPassReverse like so: ProxyPass /browse http://localhost:8080/game-browser ProxyPassReverse /browse http://localhost:8080/game-browser -------------------- m2f -------------------- Sent from www.TapestryForums.com Read this topic online here: <<topic_link>> http://www.tapestryforums.com/viewtopic.php?p=12566#12566 -------------------- m2f --------------------
