Author: richard.opalka(a)jboss.com
Date: 2008-03-19 11:49:31 -0400 (Wed, 19 Mar 2008)
New Revision: 6022
Modified:
framework/trunk/hudson/jboss/bin/jboss.sh
Log:
removing TCK related staff
Modified: framework/trunk/hudson/jboss/bin/jboss.sh
===================================================================
--- framework/trunk/hudson/jboss/bin/jboss.sh 2008-03-19 14:50:48 UTC (rev 6021)
+++ framework/trunk/hudson/jboss/bin/jboss.sh 2008-03-19 15:49:31 UTC (rev 6022)
@@ -44,20 +44,10 @@
$JBOSS_HOME/bin/shutdown.sh -S > /dev/null &
fi
;;
-tcsstart)
- # 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?
- /bin/bash $DIRNAME/runjboss.sh -b $BINDADDR -c cts &
- ;;
restart)
$0 stop
$0 start
;;
-tcsrestart)
- $0 stop
- $0 tcsstart
- ;;
*)
echo "usage: $0 jboss_instance
(start|stop|tcsstart|restart|tcsrestart|help)"
esac
Show replies by date