Re: AW: AW: Hiding pages under WEB-INF

2005-02-24 Thread Ted Husted
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, servin

AW: AW: Hiding pages under WEB-INF

2005-02-23 Thread Leon Rosenberg
Very detailed answer by Jack, as usual :-) I miss the point making this class an action instead of a servlet. I think the "return null;" at the end is ugly, and as I told before, action is the slowest option, and you want to deliver css and images really fast, since they just block connections

AW: AW: Hiding pages under WEB-INF

2005-02-23 Thread Leon Rosenberg
Very detailed answer by Jack, as usual :-) I miss the point making this class an action instead of a servlet. I think the "return null;" at the end is ugly, and as I told before, action is the slowest option, and you want to deliver css and images really fast, since they just block connections