|
From: <tho...@us...> - 2014-05-06 19:52:06
|
Revision: 8211
http://sourceforge.net/p/bigdata/code/8211
Author: thompsonbry
Date: 2014-05-06 19:51:59 +0000 (Tue, 06 May 2014)
Log Message:
-----------
Disabling the jetty-jmx configuration in jetty.xml. This is breaking CI.
Modified Paths:
--------------
branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/jetty.xml
Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/jetty.xml
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/jetty.xml 2014-05-06 19:02:38 UTC (rev 8210)
+++ branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/jetty.xml 2014-05-06 19:51:59 UTC (rev 8211)
@@ -40,6 +40,7 @@
<!-- =========================================================== -->
<!-- Initialize the Jetty MBean container -->
<!-- =========================================================== -->
+ <!-- Note: This breaks CI if it is enabled
<Call name="addBean">
<Arg>
<New id="MBeanContainer" class="org.eclipse.jetty.jmx.MBeanContainer">
@@ -48,16 +49,16 @@
</Arg>
</New>
</Arg>
- </Call>
+ </Call>-->
- <!-- Add the static log to the MBean server. -->
+ <!-- Add the static log to the MBean server.
<Call name="addBean">
<Arg>
<New class="org.eclipse.jetty.util.log.Log" />
</Arg>
- </Call>
+ </Call>-->
- <!-- For remote MBean access (optional) -->
+ <!-- For remote MBean access (optional)
<New id="ConnectorServer" class="org.eclipse.jetty.jmx.ConnectorServer">
<Arg>
<New class="javax.management.remote.JMXServiceURL">
@@ -69,7 +70,7 @@
</Arg>
<Arg>org.eclipse.jetty.jmx:name=rmiconnectorserver</Arg>
<Call name="start" />
- </New>
+ </New>-->
<!-- =========================================================== -->
<!-- Http Configuration. -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|