[jboss-cvs] JBossAS SVN: r103475 - projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-6.0.1.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 2 06:37:42 EDT 2010


Author: thomas.diesler at jboss.com
Date: 2010-04-02 06:37:41 -0400 (Fri, 02 Apr 2010)
New Revision: 103475

Modified:
   projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-6.0.1/config.xml
Log:
Verify that host:8090/jboss-osgi comes up in the 'osgi' profile

Modified: projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-6.0.1/config.xml
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-6.0.1/config.xml	2010-04-02 10:10:15 UTC (rev 103474)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-6.0.1/config.xml	2010-04-02 10:37:41 UTC (rev 103475)
@@ -38,7 +38,7 @@
 HUDSONBIN=$HUDSONDIR/hudson-home/bin
       
 JBOSS_VERSION=jboss-6.0.0-SNAPSHOT
-SERVER_NAME=default
+SERVER_NAME=osgi
 
 JBOSS_HOME=$WORKSPACE/jbossas/build/target/$JBOSS_VERSION
 JBOSS_ZIP=$HUDSON_HOME/../jboss/$JBOSS_VERSION.zip
@@ -59,7 +59,7 @@
 # 
 # Was it successfully started?
 #
-$HUDSONBIN/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+$HUDSONBIN/http-spider.sh $JBOSS_BINDADDR:8090/jboss-osgi $WORKSPACE
 if [ -e $WORKSPACE/spider.failed ]; then
   tail -n 200 $JBOSS_HOME/server/default/log/server.log
   $HUDSONBIN/startup.sh $JBOSS_HOME stop




More information about the jboss-cvs-commits mailing list