On Tue, 19 Oct 2010 11:05:42 +0100, Simon Funnell <simon.funn...@propositum.biz> wrote:
I guess my question is, if I use <jsp:forward page="/index.html" />
instead of sendfile, is their any difference?

I figure that if I have lots of unauthenticated users this will help
with maintaining the load.

I'm afraid, that processing of <jsp:forward /> directive is so expensive, that you will not gain any performance boost by using sendfile at the end.

Run simple test with jmeter to find out the actual numbers.

--
Mikolaj Rydzewski <m...@ceti.pl>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to