|
From: Sabyasachi B. <sab...@gm...> - 2010-07-14 15:05:32
|
Hi, I am trying to use the wrapper to expose our application as a windows service . I am stuck in one point , how to enable enable jmx monitoring for the application . I have tried setting the following in the wrapper.conf wrapper.java.additional.4=-Dcom.sun.management.jmxremote wrapper.java.additional.5=-Dcom.sun.management.jmxremote.port=8812 wrapper.java.additional.6=-Dcom.sun.management.jmxremote.authenticate=false (I have other jvm properties as well) But, whenever I tried to access the application management through jconsole , I am getting a connection failure. I am using Java Service Wrapper Community Edition 3.3.2 with JDK 1.6. Is there anything special I need to do. Please can you advice. Thank you in advance. Regards, Saby... |