gzip compression in web server or app server ?
        Posted  
        
            by SyAu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SyAu
        
        
        
        Published on 2010-03-12T03:55:50Z
        Indexed on 
            2010/03/12
            4:17 UTC
        
        
        Read the original article
        Hit count: 309
        
I'm using Weblogic application server and Apache web server in my J2EE environment and planning to implement gzip compression of response.
Not sure, whether to implement compression on the Apache server or on the weblogic.
© Stack Overflow or respective owner