
Friday June 09, 2006
Dynamic compression of static files in Sun Java System Web Server 7.0
Dynamic compression of static files in Sun Java System Web Server 7.0
Check out the new cool features in
Sun Java
System Web Server 7.0 Technology Preview which can be downloaded for
free from
here.
In this blog I will talk about dynamic compression of static files.
We have also implemented caching of compressed data
for static files. We have added a new service function
"compress-file" which will
compress static files (if the compressed file doesn't exist) and serves
it from the cache if the compressed version already exists.
Lets say if I want to create .gz files on the fly for static
files, all I have to do is to modify obj.conf as shown below.
READ MORE>>>
[
Read More]
Posted by meena
( Jun 09 2006, 12:28:26 PM IST )
Permalink