Author: ozizka(a)redhat.com
Date: 2009-05-07 16:46:10 -0400 (Thu, 07 May 2009)
New Revision: 403
Modified:
trunk/jsfunit/pom.xml
Log:
Cargo's RMI port setting set explicitelly to 1099.
(22:39:44) mwringe: yeah, so cargo usually set it to be 1099 for jboss, but cargo
isn't setting it right now since they changed the file that sets the ports
(22:40:45) mwringe: so cargo isn't setting the port (so it defaults the jboss default
of 1099) but is still trying to use 1299 to stop the server
(22:36:37) mwringe: changing the rmi port to 1099 is a temporary fix
Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml 2009-05-07 19:29:44 UTC (rev 402)
+++ trunk/jsfunit/pom.xml 2009-05-07 20:46:10 UTC (rev 403)
@@ -346,7 +346,7 @@
<!-- JBoss configuration - default, all, standard -->
<cargo.jboss.configuration>${cargo.jboss.configuration}</cargo.jboss.configuration>
<!-- Prevent Hudson RMI port collision -->
- <!--<cargo.rmi.port>11098</cargo.rmi.port>-->
+ <cargo.rmi.port>1099</cargo.rmi.port>
</properties>
<!-- Override Cargo's default files (some taken from
cargo's .jar, some from 'default') -->
<configfiles>
Show replies by date