Hi all,
I've been trying to utilize
http://code.google.com/p/google-web-toolkit/wiki/PrecompressLinker, but for (I'm assuming) the common usecase of deploying to Tomcat, or to Jboss, this seems useless/no value.
With tomcat, only configuration I could find was to modify server.xml with Connector ...compression="on" .. configurations which RE-compresses (instead of using pre-compressed) outgoing content, seemingly on the fly for every request. Jboss seems to have similar challenges.
Has anyone had success where using the GWT PrecompressLinker provided value to Tomcat environments (opposed to jetty)? I know this isn't a direct GWT question, but having a cool feature and being unable to use it leads one wanting... :-)
-Darren