A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Products
»
Websphere
Author
compressing HTTP responses (mod_deflate)
Sean Sullivan
Ranch Hand
Joined: Sep 09, 2001
Posts: 427
posted
Jun 19, 2006 09:48:00
0
I'm using Websphere 6.0.2.3 and I need the server to compress HTML responses using gzip and set this response header:
Content-Encoding: gzip
I have 30 WAR's and I don't want to configure a
servlet
filter in each WAR.
One alternative to servlet filters is to use mod_deflate module
in the HTTP server.
Is anybody using mod_deflate in IBM HTTP Server 6.0.x ?
http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_deflate.html
http://httpd.apache.org/docs/2.0/mod/mod_deflate.html
http://www-128.ibm.com/developerworks/web/library/wa-httpcomp/
Sean Sullivan
Ranch Hand
Joined: Sep 09, 2001
Posts: 427
posted
Jun 20, 2006 08:30:00
0
Addendum: All of my web applications are using HTTPS (SSL). I am planning to use HTTP compression in conjunction with HTTPS.
Is anybody using mod_deflate and HTTPS together?
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: compressing HTTP responses (mod_deflate)
Similar Threads
Websphere 5.1 and GZIP or DEFLATE
Component diagram
Embedded JMS server.Messaging.
Confused about Component Diagrams
Compression in Tomcat5/Apache2
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter