Re: Issue with JMX in tomcat

2015-04-07 Thread André Warnier
Paul, Subhro wrote: Dear Team, Below is the property I was using to enable JMX in tomcat.conf file without authentication : CATALINA_OPTS=${CATALINA_OPTS} -Dcom.sun.management.jmxremote.port=9010 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false

Re: Issue with JMX in tomcat

2015-04-07 Thread Niranjan Babu Bommu
I think the following OPTS is missing. -Dcom.sun.management.jmxremote=true On Tue, Apr 7, 2015 at 10:45 AM, Paul, Subhro subhro.p...@pseg.com wrote: Dear Team, Below is the property I was using to enable JMX in tomcat.conf file without authentication : CATALINA_OPTS=${CATALINA_OPTS}

Issue with JMX in tomcat

2015-04-07 Thread Paul, Subhro
Dear Team, Below is the property I was using to enable JMX in tomcat.conf file without authentication : CATALINA_OPTS=${CATALINA_OPTS} -Dcom.sun.management.jmxremote.port=9010 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false

RE: Issue with JMX in tomcat

2015-04-07 Thread Paul, Subhro
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, April 07, 2015 11:02 AM To: Tomcat Users List Subject: Re: Issue with JMX in tomcat Email sent from outside of PSEG. Use caution before using links/attachments. Paul, Subhro wrote: Dear Team, Below

RE: Issue with JMX in tomcat

2015-04-07 Thread Paul, Subhro
-Original Message- From: Neill Lima [mailto:neill.l...@visual-meta.com] Sent: Tuesday, April 07, 2015 11:25 AM To: Tomcat Users List Subject: Re: Issue with JMX in tomcat Email sent from outside of PSEG. Use caution before using links/attachments. Tried chmodding 600 in both .access

Re: Issue with JMX in tomcat

2015-04-07 Thread Niranjan Babu Bommu
...@gmail.com] Sent: Tuesday, April 07, 2015 11:02 AM To: Tomcat Users List Subject: Re: Issue with JMX in tomcat Email sent from outside of PSEG. Use caution before using links/attachments. I think the following OPTS is missing. -Dcom.sun.management.jmxremote=true On Tue, Apr 7, 2015 at 10:45 AM

RE: Issue with JMX in tomcat

2015-04-07 Thread Paul, Subhro
-Original Message- From: Niranjan Babu Bommu [mailto:niranjan.bo...@gmail.com] Sent: Tuesday, April 07, 2015 11:02 AM To: Tomcat Users List Subject: Re: Issue with JMX in tomcat Email sent from outside of PSEG. Use caution before using links/attachments. I think the following OPTS

RE: Issue with JMX in tomcat

2015-04-07 Thread Paul, Subhro
-Original Message- From: Niranjan Babu Bommu [mailto:niranjan.bo...@gmail.com] Sent: Tuesday, April 07, 2015 11:33 AM To: Tomcat Users List Subject: Re: Issue with JMX in tomcat Email sent from outside of PSEG. Use caution before using links/attachments. What you see in the log? can

Re: Issue with JMX in tomcat

2015-04-07 Thread Neill Lima
: Issue with JMX in tomcat Email sent from outside of PSEG. Use caution before using links/attachments. I think the following OPTS is missing. -Dcom.sun.management.jmxremote=true On Tue, Apr 7, 2015 at 10:45 AM, Paul, Subhro subhro.p...@pseg.com wrote: Dear Team, Below

Re: Issue with JMX in tomcat

2015-04-07 Thread André Warnier
Paul, Subhro wrote: -Original Message- From: Neill Lima [mailto:neill.l...@visual-meta.com] Sent: Tuesday, April 07, 2015 11:25 AM To: Tomcat Users List Subject: Re: Issue with JMX in tomcat Email sent from outside of PSEG. Use caution before using links/attachments. Tried