> I would like to know if my webapp runs faster with tomcat behind apache if i > put javascript files, images, static pages outside my war context so they > are served directly by Apache. > If this is true it'is possible to mantain these files inside the war?
Properly configured, Apache will serve static resources directly out of a Tomcat exploded WAR, so there is no need to pull your static files outside of the WAR (assuming everything is on one machine of course). Regards, Will Hartung ([EMAIL PROTECTED]) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
