Any update on this?
How can i tell to tomcat about gz files of GWT?
Thanks
On Friday, August 7, 2009 12:10:27 PM UTC+5:30, JavaTech wrote:
Hi all--
I am using the Tomcat 6.0
As i believe we need to setting the web.xml in the following path C:
\Program Files\Apache Software Foundation\Tomcat 6.0\conf as below
am i right
<!-- <extension>gz</extension>
<mime-type>application/x-gzip</mime-type>
-->
- <extension>Encoding</extension>
<mime-type>x-gzip</mime-type>
it is not working
kindly let us how to resolve this issue.
Regards,
Thilak
On Jul 23, 9:14 am, hazy1 <matt.egyh...@gmail.com> wrote:
> It is dead simple to create a simple in-memory cache in your web
> application for gzipped data. Gzip the web page in memory the first
> time it is created and then use this for subsequent requests to that
> resource.
>
> On Jul 22, 7:06 am, martinhansen <martin.hanse...@googlemail.com >
> wrote:
>
>
>
> > Hello,
>
> > I am evaluating some approaches to reduce the amount of data being
> > transmitted to the client browser. I am using the Apache Tomcat web
> > server. I successfully managed to enable GZIP output for the Tomcat
> > server by editing the server config file. It works fine. However, this
> > way the data is compressed on-the-fly by the web server for every
> > request which considerably increases server CPU load. Is this
> > assumption correct?
>
> > Is there a way to pre-compress the contents of my GWT app and have
> > this pre-compressed content delivered by the web server?
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/LyZYMgGlYm8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment