User: kimptoc
Date: 01/03/26 03:48:59
Modified: src/bin run.bat run.jar run.sh
Log:
changes to allow the dist bit to run - basically updated the core jboss files to the
latest
Revision Changes Path
1.2 +7 -3 jbossmq/src/bin/run.bat
Index: run.bat
===================================================================
RCS file: /cvsroot/jboss/jbossmq/src/bin/run.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- run.bat 2001/01/26 00:42:28 1.1
+++ run.bat 2001/03/26 11:48:59 1.2
@@ -4,9 +4,13 @@
set CLASSPATH=%CLASSPATH%;run.jar
-REM Add all login modules for JAAS-based security
-REM and all libraries that are used by them here
-set
CLASSPATH=%CLASSPATH%;..\lib\jdbc2_0-stdext.jar;..\lib\jboss-jaas.jar;..\lib\ext\gnu-regexp-1.0.8.jar
+REM Add the XML parser jars and set the JAXP factory names
+REM Crimson parser JAXP setup(default)
+set CLASSPATH=%CLASSPATH%;../lib/crimson.jar
+set
JAXP=-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
+set JAXP=%JAXP%
-Djavax.xml.parsers.SAXParserFactory=org.apache.crimson.jaxp.SAXParserFactoryImpl
+
+echo CLASSPATH=%CLASSPATH%
java -classpath "%CLASSPATH%" org.jboss.Main %1 %2 %3 %4 %5 %6 %7 %8 %9
1.2 +51 -35 jbossmq/src/bin/run.jar
<<Binary file>>
1.2 +6 -3 jbossmq/src/bin/run.sh
Index: run.sh
===================================================================
RCS file: /cvsroot/jboss/jbossmq/src/bin/run.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- run.sh 2001/01/26 00:42:28 1.1
+++ run.sh 2001/03/26 11:48:59 1.2
@@ -4,9 +4,12 @@
CLASSPATH=$CLASSPATH:run.jar
-# Add all login modules for JAAS-based security
-# and all libraries that are used by them here
-CLASSPATH="$CLASSPATH:../lib/jdbc2_0-stdext.jar:../lib/jboss-jaas.jar:../lib/ext/gnu-regexp-1.0.8.jar"
+# Add the XML parser jars and set the JAXP factory names
+# Crimson parser JAXP setup(default)
+CLASSPATH=$CLASSPATH:../lib/crimson.jar
+JAXP=-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
+JAXP="$JAXP
-Djavax.xml.parsers.SAXParserFactory=org.apache.crimson.jaxp.SAXParserFactoryImpl"
echo $CLASSPATH
+
java -server -classpath $CLASSPATH org.jboss.Main $@
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development