Hello i am trying to use com.google.gwt.precompress.Precompress in my
project.
i am adding
<inherits name="com.google.gwt.precompress.Precompress"/>
<set-configuration-property name="precompress.leave.originals"
value="false" />
to my gwt.xml file and enabling tomcat compression
    <Connector executor="tomcatThreadPool"
               port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" URIEncoding="UTF-8"
               compression="on"
               compressionMinSize="2048"
               compressableMimeType="text/html,text/xml,text/
plain,application/json"/>
but when i compile and run the application on tomcat the application
doesn't run.

what exactly i am missing??
i am using GWT version 2.4

thanks a lot

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to