[jboss-cvs] JBoss Messaging SVN: r7083 - trunk/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 27 14:13:53 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-05-27 14:13:52 -0400 (Wed, 27 May 2009)
New Revision: 7083

Modified:
   trunk/src/bin/run.sh
Log:
tweaks...

(-Djava.library.path=. is enough as a replacement to LD_LIBRARY_PATH)

Modified: trunk/src/bin/run.sh
===================================================================
--- trunk/src/bin/run.sh	2009-05-27 17:25:22 UTC (rev 7082)
+++ trunk/src/bin/run.sh	2009-05-27 18:13:52 UTC (rev 7083)
@@ -5,7 +5,6 @@
 if [ a"$1" = a ]; then CONFIG_DIR=$JBM_HOME/config/stand-alone/non-clustered; else CONFIG_DIR="$1"; fi
 if [ a"$2" = a ]; then FILENAME=jbm-jboss-beans.xml; else FILENAME="$2"; fi
 
-export LD_LIBRARY_PATH=$JBM_HOME/bin
 export CLASSPATH=$CONFIG_DIR:$JBM_HOME/schemas/
 export JVM_ARGS="-XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx1024M -Djava.util.logging.config.file=$CONFIG_DIR/logging.properties -Dorg.jboss.logging.Logger.pluginClass=org.jboss.messaging.integration.logging.JBMLoggerPlugin -Djava.library.path=."
 #export JVM_ARGS="-Xmx512M -Djava.util.logging.config.file=$CONFIG_DIR/logging.properties -Dorg.jboss.logging.Logger.pluginClass=org.jboss.messaging.integration.logging.JBMLoggerPlugin -Djava.library.path=. -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"




More information about the jboss-cvs-commits mailing list