Using JMX with Tomcat: classloading issues

2009-06-16 Thread Pankaj Tandon
classlaoder and have my JMX solution work, given that javax.management.remote.JMXConnectorFactory resides in rt.jar which is in the System classpath? Any pointers will be appreciated! Thanks a lot! Pankaj -- View this message in context: http://www.nabble.com/Using-JMX-with-Tomcat%3A

RE: Using JMX with Tomcat: classloading issues

2009-06-16 Thread Caldarale, Charles R
From: Pankaj Tandon [mailto:pankajtan...@gmail.com] Subject: Using JMX with Tomcat: classloading issues Because rt.jar is (probably) used by the bootstrap classloader, I HAVE to include weblogic.jar in the CATALINA_HOME/common/lib directory. Yes, rt.jar is handled by the bootstrap

RE: Using JMX with Tomcat: classloading issues

2009-06-16 Thread Martin Gainty
@tomcat.apache.org Subject: Using JMX with Tomcat: classloading issues Hi all, I am writing a webapp that uses JMX to manage weblogic and websphere servers and hosting it on Tomcat 6.0.18. The app also uses Jython to manipulate MBeans within the app servers. Here's the issue that I'm

Re: Using JMX with Tomcat: classloading issues

2009-06-16 Thread Pankaj Tandon
-- View this message in context: http://www.nabble.com/Using-JMX-with-Tomcat%3A-classloading-issues-tp24055767p24057930.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Using JMX with Tomcat: classloading issues

2009-06-16 Thread Pankaj Tandon
a lot! Pankaj -- View this message in context: http://www.nabble.com/Using-JMX-with-Tomcat%3A-classloading-issues-tp24055767p24058867.html Sent from the Tomcat - User mailing list archive at Nabble.com