Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-osgi/jetty-osgi-boot/jettyhome/etc/jetty-stats.xml')
-rw-r--r--jetty-osgi/jetty-osgi-boot/jettyhome/etc/jetty-stats.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/jetty-osgi/jetty-osgi-boot/jettyhome/etc/jetty-stats.xml b/jetty-osgi/jetty-osgi-boot/jettyhome/etc/jetty-stats.xml
deleted file mode 100644
index e0a0c7fec3..0000000000
--- a/jetty-osgi/jetty-osgi-boot/jettyhome/etc/jetty-stats.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
-
-<!-- =============================================================== -->
-<!-- Mixin the Statistics Handler -->
-<!-- =============================================================== -->
-
-
-<Configure id="Server" class="org.eclipse.jetty.server.Server">
-
- <Get id="oldhandler" name="handler"/>
-
- <Set name="handler">
- <New id="StatsHandler" class="org.eclipse.jetty.server.handler.StatisticsHandler">
- <Set name="handler"><Ref id="oldhandler"/></Set>
- </New>
- </Set>
-
-</Configure>

Back to the top