/* 92 */ URL configURL = getConfig().getServerConfigURL();
/* 93 */ url = new URL(configURL, BOOTSTRAP_XML_NAME);
/* 94 */ this.log.info("Starting Microcontainer, bootstrapURL=" + url);
/* */ }
/* */
/* 98 */ this.kernelDeployer = new BasicXMLDeployer(this.kernel);
/* */
/* 101 */ this.kernelDeployer.deploy(url);
/* */
/* 104 */ this.kernelDeployer.validate();
/* */