question on tomcat and jmx
问题 What is the MBeanServerFactory.findMBeanServer(null); exactly doing? Returns a list of all registered MBeanServers? Registered where? I am asking because I have the following problem. I have a java web app deployed in Tomcat using a service wrapper. I have custom connector implementations in my server.xml that use ManagedBeans (spring enabled). If I start the app via the service wrapper all is ok. If I start the web app through Tomcat directly it seems that the deployment breaks. All I see in