RE: Re: [us...@httpd] Pack200 & Content Negotiation

2010-10-22 Thread Beer Dr. Thomas
let invocation: ... Kind regards, Thomas Von: Jess Holle [mailto:je...@ptc.com] Gesendet: Donnerstag, 21. Oktober 2010 19:20 An: users@httpd.apache.org Cc: Beer Dr. Thomas Betreff: Re: [us...@httpd] Pack200 & Content Negotiation Hmm I used to try to do something via Apache f

Re: [us...@httpd] Pack200 & Content Negotiation

2010-10-21 Thread Jess Holle
Hmm I used to try to do something via Apache for this, but I gave up a long time ago and started handling this via a Java servlet filter and directing *.jar requests to the servlet engine. This also allows me to set jar version information in the response headers in the same servlet. Of

[us...@httpd] Pack200 & Content Negotiation

2010-10-21 Thread Beer Dr. Thomas
Dear all, to speed up our applet based application we are using the "pack200" compression for the corresponding jar-files (e.g., First.jar, see example below). The applet is hosted on Apache 2. Unfortunately we have to support "old" JREs such as JRE 1.4.2 as well. Therefore, as pack200 is not sup