Tomcat does not index jars in lib directory recursively?

2009-12-31 Thread Ben Katz
Hi, I noticed that Tomcat did not automatically load/index the jars in the lib directory that were in a subdirectory. I use subdirectories to sort the jars under /lib. I know that weblogic and other application servers do this automatically. Can I get Tomcat to do this or do I have to have all t

Re: How To Get MBean Server of Apache Tomcat.

2009-12-08 Thread Ben Katz
s, > > Cyrille > > -- > Cyrille Le Clerc > clecl...@xebia.fr > http://blog.xebia.fr > > On Tue, Dec 8, 2009 at 1:34 PM, Ben Katz wrote: > > > > Hi, > > I use ManagementFactory.getPlatformMBeanServer() from within Apache > Tomcat > > and from a regular JAR

Re: How To Get MBean Server of Apache Tomcat.

2009-12-08 Thread Ben Katz
Hi, I use ManagementFactory.getPlatformMBeanServer() from within Apache Tomcat and from a regular JAR file (outside the scope of apache). I think (And correct me if im wrong) I'm getting different MBean Servers. My question is - How Do I reach the Tomcat mbean server from outside or alternatively,