On Thu, 24 Feb 2005 00:15:51 +0100, Leon Rosenberg wrote: > So, (a contra-argument to my own post before) if you want a high- > performance app, > consider moving all static content to another webserver, an apache > or squid in front of apache/tomcat.
True. In every benchmark I've ever run, serving static content from another server makes the biggest single difference. As to WEB-INF, the technique is usually redundant if you already follow Struts best practices. If you only link through Actions the address of the page is not revealed. If a user does divine the location, an "interesting" page usually won't render since the dynamic content is missing. -Ted. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]