Re: Remote JMX Connection to Tomcat 7

2014-05-04 Thread Alexander
Thanks for your reply. I am using the same Java versions on both system. To make things more interesting, when I run my code inside a different tomcat installation using the same version of tomcat I am able to connect successfully. The exception occurs on this line: JMXConnector connector = J

Re: Remote JMX Connection to Tomcat 7

2014-05-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alexander, On 5/2/14, 1:40 AM, Alexander wrote: > I am hoping this is the proper forum for my problem. I have enabled > the JmxRemoteLifeCycleListener and able to connect to tomcat 7 > using jconsole etc. using the following url. Just so you know,

Remote JMX Connection to Tomcat 7

2014-05-01 Thread Alexander
I am hoping this is the proper forum for my problem. I have enabled the JmxRemoteLifeCycleListener and able to connect to tomcat 7 using jconsole etc. using the following url. service:jmx:rmi://10.92.12.88:10002/jndi/rmi://10.92.12.88:10001/jmxrmi However as soon as I try to connect from my ow