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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 10 12:50:30 EDT 2009


Author: permaine
Date: 2009-08-10 12:50:30 -0400 (Mon, 10 Aug 2009)
New Revision: 92200

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-10 15:23:48 UTC (rev 92199)
+++ branches/JBPAPP_5_0/main/src/bin/run.sh	2009-08-10 16:50:30 UTC (rev 92200)
@@ -167,9 +167,9 @@
 
 # Setup JBoss Native library path
 #
-if [ -d "$JBOSS_HOME/../native/bin" ]; then
+if [ -d "$JBOSS_HOME/../native/lib" ]; then
     JBOSS_NATIVE_DIR=`cd "$JBOSS_HOME/../native" && pwd`
-elif [ -d "$JBOSS_HOME/native/bin" ]; then
+elif [ -d "$JBOSS_HOME/native/lib" ]; then
     JBOSS_NATIVE_DIR=`cd "$JBOSS_HOME/native" && pwd`
 fi
 if [ -d "$JBOSS_NATIVE_DIR" ]; then




More information about the jboss-cvs-commits mailing list