lemonzone2010 / javamelody

Automatically exported from code.google.com/p/javamelody
0 stars 0 forks source link

Javamelody does not display in Glassfish 3.1.2 when GZip compression is enabled #246

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Javamelody does not display in glassfish 3.1  when GZip compression isenabled

What steps will reproduce the problem?
1. Enable Gzip Compression in Glassfish 3.1 see link for instructions 
http://www.vikasing.com/2010/01/enable-gzip-compression-on-glassfish-v3.html
2.
3.

What is the expected output? What do you see instead?
displays binary garbage instead of monitoring page

What version of the product are you using? On what application server, JDK, 
Seen on GF3.1.2 JDK7 64bit on WinXP 64bit
operating system?

Please provide any additional information below.

Original issue reported on code.google.com by magnus.smith on 22 Aug 2012 at 11:00

GoogleCodeExporter commented 9 years ago
Since v1.39, you can use the javamelody parameter "gzip-compression-disabled" 
with a value "true". When gzip is enabled in GlassFish, you should use this 
parameter.

See near the end of the following chapter for details:
https://code.google.com/p/javamelody/wiki/UserGuide#6._Optional_parameters

Original comment by evernat@free.fr on 25 Aug 2012 at 2:18