[jbpm-commits] JBoss JBPM SVN: r3772 - jbpm4/trunk/hudson/jboss/bin.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 4 07:49:33 EST 2009


Author: heiko.braun at jboss.com
Date: 2009-02-04 07:49:32 -0500 (Wed, 04 Feb 2009)
New Revision: 3772

Modified:
   jbpm4/trunk/hudson/jboss/bin/http-spider.sh
   jbpm4/trunk/hudson/jboss/bin/jboss.sh
Log:
Debug shell scripts

Modified: jbpm4/trunk/hudson/jboss/bin/http-spider.sh
===================================================================
--- jbpm4/trunk/hudson/jboss/bin/http-spider.sh	2009-02-04 12:20:19 UTC (rev 3771)
+++ jbpm4/trunk/hudson/jboss/bin/http-spider.sh	2009-02-04 12:49:32 UTC (rev 3772)
@@ -26,6 +26,8 @@
 rm $2/spider.success 2&>1 /dev/null
 rm $2/spider.failed 2&>1 /dev/null
 
+echo "Check HTTP connection on $1"
+
 which wget > /dev/null
 if [ $? -eq 0 ]; then
 	COUNTER=0

Modified: jbpm4/trunk/hudson/jboss/bin/jboss.sh
===================================================================
--- jbpm4/trunk/hudson/jboss/bin/jboss.sh	2009-02-04 12:20:19 UTC (rev 3771)
+++ jbpm4/trunk/hudson/jboss/bin/jboss.sh	2009-02-04 12:49:32 UTC (rev 3772)
@@ -25,7 +25,7 @@
     # This version of run.sh obtains the pid of the JVM and saves it as jboss.pid
     # It relies on bash specific features
     # Do you want to hide jboss output?
-    echo "Starting jboss with on address: $BINDADDR"
+    echo "Starting jboss w. bind address: $BINDADDR"
     /bin/bash $DIRNAME/runjboss.sh -b $BINDADDR &
     ;;
 stop)




More information about the jbpm-commits mailing list