Re: WLSTInterpreter classloading

2009-06-18 Thread Pankaj Tandon
, June 17, 2009 00:20, Pankaj Tandon wrote: >> >> Hi all, >> I know Tomcat classloading is a hairy subject but I've tried all I could >> and >> would appreciate some help! >> >> I'm using Tomcat 6.0.18 with JDK 1.6 >> My webapp uses the Weblo

WLSTInterpreter classloading

2009-06-16 Thread Pankaj Tandon
Hi all, I know Tomcat classloading is a hairy subject but I've tried all I could and would appreciate some help! I'm using Tomcat 6.0.18 with JDK 1.6 My webapp uses the Weblogic supplied Jython Interpreter called WLSTInterpreter. My weblogic.jar is in my WEB-INF/lib directory but for some reason

Re: Using JMX with Tomcat: classloading issues

2009-06-16 Thread Pankaj Tandon
wljmxclient.jar wlclient.jar Thanks for your help! Pankaj Pankaj Tandon wrote: > > 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

Re: Using JMX with Tomcat: classloading issues

2009-06-16 Thread Pankaj Tandon
used here. Thanks! Pankaj Pankaj Tandon wrote: > > 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 i

Using JMX with Tomcat: classloading issues

2009-06-16 Thread Pankaj Tandon
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 facing: To get a JMX connection using JMXConnectionFactory using below: JMXConnecto