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
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
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,