Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2013-04-29 05:11:45 +0000
committerGreg Wilkins2013-04-29 05:11:45 +0000
commite5967344a9b8588a79f6cfa85a66ac3ae6b8007e (patch)
tree389c7f36235f9440619f7e4beec34f90df8db889 /jetty-server/src/main/config
parent7955548d10c4e085e32196654785e624b6256db3 (diff)
downloadorg.eclipse.jetty.project-e5967344a9b8588a79f6cfa85a66ac3ae6b8007e.tar.gz
org.eclipse.jetty.project-e5967344a9b8588a79f6cfa85a66ac3ae6b8007e.tar.xz
org.eclipse.jetty.project-e5967344a9b8588a79f6cfa85a66ac3ae6b8007e.zip
406202 re-enabled connector statistics
Diffstat (limited to 'jetty-server/src/main/config')
-rw-r--r--jetty-server/src/main/config/etc/jetty-stats.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/jetty-server/src/main/config/etc/jetty-stats.xml b/jetty-server/src/main/config/etc/jetty-stats.xml
index dbef0e2c56..2e7a57c7fa 100644
--- a/jetty-server/src/main/config/etc/jetty-stats.xml
+++ b/jetty-server/src/main/config/etc/jetty-stats.xml
@@ -12,4 +12,7 @@
<Set name="handler"><Ref refid="oldhandler" /></Set>
</New>
</Set>
+ <Call class="org.eclipse.jetty.server.ConnectorStatistics" name="addToAllConnectors">
+ <Arg><Ref refid="Server"/></Arg>
+ </Call>
</Configure>

Back to the top