Further work for https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 12 Sep 2010 01:25:03 +0000 (01:25 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 12 Sep 2010 01:25:03 +0000 (01:25 +0000)
commit7781a34a0c5b2a96eaf87cc32ce17221e86dd519
tree5a44450792dfd514a17ddfce4371818711e9bd1d
parent771bbd5af19c73c4dca4377b5882b1cb7288e3b6
Further work for https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
GSOC 2010. Enable the creation of Services, Engines, Connectors, Hosts and Contexts via JMX from a minimal server.xml that contains only a Server element.
Based on a patch by Chamith Buddhika. I added the additional changes to pass the parent class loader down the hierarchy.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@996231 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/catalina/Server.java
java/org/apache/catalina/Service.java
java/org/apache/catalina/core/StandardEngine.java
java/org/apache/catalina/core/StandardServer.java
java/org/apache/catalina/core/StandardService.java
java/org/apache/catalina/core/mbeans-descriptors.xml
java/org/apache/catalina/mbeans/ContainerMBean.java [new file with mode: 0644]
java/org/apache/catalina/mbeans/ContextMBean.java [new file with mode: 0644]
java/org/apache/catalina/mbeans/ServiceMBean.java [new file with mode: 0644]
java/org/apache/catalina/startup/Catalina.java
webapps/docs/changelog.xml