Well, this would depend on your installation scenario a bit.
For example, if you front your portal server with Apache web server, you can use
mod_deflate to GZip your response:
http://httpd.apache.org/docs/2.0/mod/mod_deflate.html.
If you're hitting the portal server directly, you could configure a servlet filter to
GZip your responses; I wrote an article recently on using pack:tag w/Portal which can be
configured to compress the Portal page response:
http://www.andypemberton.com/jboss/compress-your-jboss-portal-theme-with-....
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215532#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...