RE: Tomcat JSP/HTML caching

2003-11-24 Thread Shapira, Yoav
[EMAIL PROTECTED] >Sent: Monday, November 24, 2003 6:53 AM >To: Tomcat Users List >Subject: Re: Tomcat JSP/HTML caching > >There are taglibs available on the web that also do caching. > >-Tim > >Neal wrote: > >> Is there anyway to cache the output of JSP and HTML

Re: Tomcat JSP/HTML caching

2003-11-24 Thread Tim Funk
There are taglibs available on the web that also do caching. -Tim Neal wrote: Is there anyway to cache the output of JSP and HTML pages served by Tomcat or do I need an HTTP server for this (e.g. Apache, IIS)? I have a site begin hosted by Tomcat Standalone which relies upon XML web services to

Tomcat JSP/HTML caching

2003-11-24 Thread Neal
Is there anyway to cache the output of JSP and HTML pages served by Tomcat or do I need an HTTP server for this (e.g. Apache, IIS)? I have a site begin hosted by Tomcat Standalone which relies upon XML web services to render the contents and consequently the page render time is really slow. Plea