lemonzone2010 / javamelody

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

How to disable javamelody monitoring? #389

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I tried to disable javamelody monitoring by deleting jar files that I deployed 
in my application. I didn't modify web.xml as I am using using tomcat 7 which 
is Servlet version 3 container. 

Restarted app server after removing jar files, but my site(Dev Environment) is 
returning a white page. If place back the jar files then no issues, site is 
working fine. Can someone please let me know how to disable it? 

Thanks in advance
Jay

Original issue reported on code.google.com by jayakant...@gmail.com on 18 Mar 2014 at 11:40

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/javamelody/wiki/UserGuide#6._Optional_parameters

Original comment by evernat@free.fr on 19 Mar 2014 at 10:06

GoogleCodeExporter commented 9 years ago
I have added -Djavameldoy.disabled=true in catalina.sh, but still it is showing 
blank page. Any suggestions?

Original comment by jayakant...@gmail.com on 19 Mar 2014 at 10:25

GoogleCodeExporter commented 9 years ago
Hi ,

Seems to be adding the above property is working. Now monitoring tool is not 
working. But can any one clarify me what went wrong in deleting jar files so 
that I can go with correct approach next time.

Thanks in Advance

Original comment by jayakant...@gmail.com on 19 Mar 2014 at 11:35