I changed apache's docroot to be the ROOT webapp of tomcat and told apache to forward all requests to tomcat EXCEPT for PHP and CGI requests. So the only things that Apache ever tries to interpret is PHP and CGI. All JSP, image, CSS, JS, HTML, etc. is served up by Tomcat.
-KG -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 9:26 AM To: [email protected] Subject: [magnolia-user] apache2 in front of tomcat5 - double caching? Hello, With apache2 in front of tomcat5, my Magnolia 2 setup serves up some static HTML pages from /docroot/. When I update the pages, cached versions still appear. When I check the tomcat5 port/URI, the updated page is there, so apache2 is caching files. Since Magnolia caches files, I must have double caching going on. How can I stop this? Regards, Bob V ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ---------------------------------------------------------------- ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
