lib/rubyfox/server/data/lib/jetty/etc/jetty-monitor.xml in rubyfox-server-2.11.1.0 vs lib/rubyfox/server/data/lib/jetty/etc/jetty-monitor.xml in rubyfox-server-2.12.1.0
- old
+ new
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
-<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
+<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
<Configure id="Server" class="org.eclipse.jetty.server.Server">
<!-- Create Thread Monitor, and add to the Server as a lifecycle -->
<Call name="addBean">
<Arg>
@@ -11,18 +11,18 @@
<Set name="stackDepth">3</Set>
<Set name="trailLength">2</Set>
<!-- To enable logging CPU utilization for threads above specified threshold, -->
<!-- uncomment the following lines, changing log interval (in milliseconds) -->
<!-- and log threshold (in percent) as desired. -->
- <!--
- <Set name="logInterval">10000</Arg>
- <Set name="logThreshold">1</Arg>
+ <!--
+ <Set name="logInterval">10000</Set>
+ <Set name="logThreshold">1</Set>
-->
-
+
<!-- To enable detail dump of the server whenever a thread is detected as spinning, -->
<!-- uncomment the following lines. -->
<!--
- <Set name="dumpable"><Ref id="Server"/></Set>
+ <Set name="dumpable"><Ref refid="Server"/></Set>
-->
</New>
</Arg>
</Call>
</Configure>