Hi All,

I am serving up pack 200 conpressed files in Tomcat and getting an error about 
support. The error is:
java.io.IOException: Invalid jar file
        at com.sun.deploy.net.HttpDownloadHelper.download(Unknown Source)
        at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)

In apache web server I needed to set it up to serve pack 200 jars by setting 
the following in the config file.

How would I do this for Tomcat 6.0.20?

<Files *.pack.gz>
    AddEncoding pack200-gzip .jar
    RemoveEncoding .gz
</Files>

Thanks,
-Tony


      

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

Reply via email to