I added following file
deployers\jbossweb.deployer\server.xml
<Connector compression="force"
compressionMinSize="512"
noCompressionUserAgents="gozilla, traviata"
compressableMimeType="text/html,text/xml,image/png,text/css,text/javascript">
</Connector>
But fiddler shows that jboss does not compress responses.
How to ensure that gzip compression in JBoss is turned on?
Is it possible to check it in jmx-console?