User: user57
Date: 02/03/04 18:34:54
Modified: src/main/org/jboss/system/server ServerImpl.java
Log:
o Log boot urls
Revision Changes Path
1.8 +7 -2 jboss-system/src/main/org/jboss/system/server/ServerImpl.java
Index: ServerImpl.java
===================================================================
RCS file:
/cvsroot/jboss/jboss-system/src/main/org/jboss/system/server/ServerImpl.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ServerImpl.java 27 Feb 2002 09:24:26 -0000 1.7
+++ ServerImpl.java 5 Mar 2002 02:34:54 -0000 1.8
@@ -48,7 +48,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Marc Fleury</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Jason Dillon</a>
- * @version $Revision: 1.7 $
+ * @version $Revision: 1.8 $
*/
public class ServerImpl
implements Server, ServerImplMBean
@@ -386,13 +386,18 @@
// Add the server configuration directory to be able to load config files as
resources
list.add(config.getServerConfigURL());
-
+
// Not needed, ServerImpl will have the basics on its classpath from
ServerLoader
// may want to bring this back at some point if we want to have reloadable
core
// components...
// URL libraryURL = config.getLibraryURL();
// list.add(new URL(libraryURL, "jboss-spine.jar"));
+
+ if (debug)
+ {
+ log.debug("Boot url list: " + list);
+ }
// Create loaders for each URL
Iterator iter = list.iterator();
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development