diff --git a/releng.control/cc281-bin-dist-mods/contexts/html.xml b/releng.control/cc281-bin-dist-mods/contexts/html.xml
new file mode 100644
index 0000000000000000000000000000000000000000..61f43984cb4f34951b2ac94df27f36be4b922345
--- /dev/null
+++ b/releng.control/cc281-bin-dist-mods/contexts/html.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0"  encoding="ISO-8859-1"?>
+<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
+
+<!--
+Configure a custom context for the html.
+
+This context contains only a ServletHandler with a default servlet
+to serve static html files and images.
+-->
+
+<Configure class="org.mortbay.jetty.handler.ContextHandler">
+    <Call class="org.mortbay.log.Log" name="debug"><Arg>Configure html.xml</Arg></Call>
+    <Set name="contextPath">/</Set>
+    <Set name="resourceBase"><SystemProperty name="jetty.home" default="."/>/html</Set>
+    <Set name="handler">
+        <New class="org.mortbay.jetty.handler.ResourceHandler">
+            <Set name="welcomeFiles">
+                <Array type="String">
+                    <Item>index.html</Item>
+                    <Item>favicon.ico</Item>
+                    <Item>robots.txt</Item>
+                </Array>
+            </Set>
+            <Set name="cacheControl">max-age=60,public</Set>
+        </New>
+    </Set>
+
+</Configure>
+
diff --git a/releng.control/cc281-bin-dist-mods/html/bars.ico b/releng.control/cc281-bin-dist-mods/html/bars.ico
new file mode 100644
index 0000000000000000000000000000000000000000..75fd67bf7c284fcfb1ac7ff0f217544d22bb2361
Binary files /dev/null and b/releng.control/cc281-bin-dist-mods/html/bars.ico differ
diff --git a/releng.control/cc281-bin-dist-mods/html/favicon.ico b/releng.control/cc281-bin-dist-mods/html/favicon.ico
new file mode 100644
index 0000000000000000000000000000000000000000..75fd67bf7c284fcfb1ac7ff0f217544d22bb2361
Binary files /dev/null and b/releng.control/cc281-bin-dist-mods/html/favicon.ico differ
diff --git a/releng.control/cc281-bin-dist-mods/html/gears.ico b/releng.control/cc281-bin-dist-mods/html/gears.ico
new file mode 100644
index 0000000000000000000000000000000000000000..de196ddc32925f30375918ded4a5a5ba9cde4301
Binary files /dev/null and b/releng.control/cc281-bin-dist-mods/html/gears.ico differ
diff --git a/releng.control/cc281-bin-dist-mods/html/index.html b/releng.control/cc281-bin-dist-mods/html/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..762669c065106dc090cceb8b7383d0f938dbe492
--- /dev/null
+++ b/releng.control/cc281-bin-dist-mods/html/index.html
@@ -0,0 +1,5 @@
+
+
+
+<p><a href="http://build.eclipse.org:7777/dashboard/tab/builds">Dashboard</a></p>
+<p><a href="http://build.eclipse.org:7777/cruisecontrol/index.jsp?sort=project">Classic JSP Status Page</a></p>
diff --git a/releng.control/cc281-bin-dist-mods/html/robots.txt b/releng.control/cc281-bin-dist-mods/html/robots.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1f53798bb4fe33c86020be7f10c44f29486fd190
--- /dev/null
+++ b/releng.control/cc281-bin-dist-mods/html/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: /