[jboss-cvs] JBossAS SVN: r92303 - branches/JBPAPP_5_0/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 13 07:43:08 EDT 2009


Author: permaine
Date: 2009-08-13 07:43:08 -0400 (Thu, 13 Aug 2009)
New Revision: 92303

Modified:
   branches/JBPAPP_5_0/main/src/bin/run.sh
Log:
JBPAPP-2439 run.sh start script do not find jbossweb native libraries on RHEL distros

Modified: branches/JBPAPP_5_0/main/src/bin/run.sh
===================================================================
--- branches/JBPAPP_5_0/main/src/bin/run.sh	2009-08-13 11:22:44 UTC (rev 92302)
+++ branches/JBPAPP_5_0/main/src/bin/run.sh	2009-08-13 11:43:08 UTC (rev 92303)
@@ -182,7 +182,7 @@
         export PATH="$JBOSS_NATIVE_DIR:$PATH"
         JBOSS_NATIVE_DIR=`cygpath --path --windows "$JBOSS_NATIVE_DIR"`
     else
-        IS_64_BIT_JVM=`"$JAVA" -version 2>&1 | $GREP -i 64-bit`
+        IS_64_BIT_JVM=`"$JAVA" $JAVA_OPTS -version 2>&1 | $GREP -i 64-bit`
         if [ "x$IS_64_BIT_JVM" != "x" ]; then
             JBOSS_NATIVE_DIR="$JBOSS_NATIVE_DIR/lib64"
         else




More information about the jboss-cvs-commits mailing list