User: user57
Date: 02/02/24 02:24:31
Modified: src/etc/conf/default jboss-service.xml
Log:
o moved core system from server to system (includes
all of org.jboss.system, some of org.jboss.deployment +
Main, Shutdown & Version)
o finished the integration of ServerLoader, Server and
ServerConfig are now interfaces so had to update refering
classes to use ServerConfigImplMBean
o ServerLoader changes effectivly remove the need for lib/ + lib/ext
seperation, updated build to use lib for lib/ext and updated
config files
Revision Changes Path
1.31 +3 -3 jboss/src/etc/conf/default/jboss-service.xml
Index: jboss-service.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss-service.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- jboss-service.xml 16 Feb 2002 04:39:59 -0000 1.30
+++ jboss-service.xml 24 Feb 2002 10:24:31 -0000 1.31
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE server>
-<!-- $Id: jboss-service.xml,v 1.30 2002/02/16 04:39:59 user57 Exp $ -->
+<!-- $Id: jboss-service.xml,v 1.31 2002/02/24 10:24:31 user57 Exp $ -->
<!-- ===================================================================== -->
<!-- -->
@@ -16,7 +16,7 @@
| if the installation is local and the configuration is from file
| then there is no need to list the files and it should commented
-->
- <classpath codebase="lib/ext" archives="*"/>
+ <classpath codebase="lib" archives="*"/>
<!-- ==================================================================== -->
<!-- Class Loading -->
@@ -83,7 +83,7 @@
| Uncomment to use Tyrex (tyrex.exolab.org) transaction manager plugin
| instead of the org.jboss.tm.TransactionManagerService and comment out
| the TransactionManagerService above.
- | Make sure you have Xerces in lib/ext. At the moment JBoss does not
+ | Make sure you have Xerces in lib/. At the moment JBoss does not
| ship Xerces as part of distribution. Version 1.x seems to work fine,
| though 2.x should as well, use whichever you like.
|
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development