AW: see Tomcat deployed applications throw JMX

2004-07-13 Thread Younes El Moumen
I have found the solution: MBeanServer mBeanServer = null; Registry registry; registry=Registry.getRegistry(); mBeanServer = Registry.getRegistry().getServer(); Set set = mBeanServer.queryNames(new ObjectName(Catalina:type=Manager,*), null);

AW: see Tomcat deployed applications throw JMX

2004-07-09 Thread Younes El Moumen
I've Tried first to implements the ContainerServlet and use deployed.findDeployedApplications() but I found out in a Forum that using JMX is better and easier. Now I'm trying find how. Is there any examples? -Ursprüngliche Nachricht- Von: Younes El Moumen Gesendet: Mittwoch, 7. Juli