/* 212 */ ClassLoader cl = getClass().getClassLoader();
/* 213 */ this.log.debug("Server loaded through: " + cl.getClass().getName());
/* */
/* 216 */ if ((cl instanceof NoAnnotationURLClassLoader))
/* */ {
/* 218 */ NoAnnotationURLClassLoader nacl = (NoAnnotationURLClassLoader)cl;
/* 219 */ URL[] bootURLs = nacl.getAllURLs();
/* 220 */ this.log.debug("Boot URLs:");
/* 221 */ for (int i = 0; i < bootURLs.length; i++)
/* */ {
/* 223 */ this.log.debug(" " + bootURLs[i]);
/* */ }