fix up config
diff --git a/releng.control/cc281-bin-dist-mods/dashboard-config.xml b/releng.control/cc281-bin-dist-mods/dashboard-config.xml
index dff05de..eef54e0 100644
--- a/releng.control/cc281-bin-dist-mods/dashboard-config.xml
+++ b/releng.control/cc281-bin-dist-mods/dashboard-config.xml
@@ -53,11 +53,11 @@
  
 <dashboard>
     <buildloop
-        home="/shared/webtools/"
-        configfile="/shared/webtools/releng.control/cc_config.xml"
-        logsdir="/shared/webtools/logs"
-        artifactsdir="/shared/webtools/committers"
-        projectsdir="/shared/webtools/projects"
+        home="/home/shared/webtools/"
+        configfile="/home/shared/webtools/releng.control/cc_config.xml"
+        logsdir="/home/shared/webtools/logs"
+        artifactsdir="/home/shared/webtools/committers"
+        projectsdir="/home/shared/webtools/projects"
         jmxport="7000"
         rmiport="1099"/>
     <features
@@ -147,5 +147,7 @@
     <subtabs>
         <subtab
             class="net.sourceforge.cruisecontrol.dashboard.widgets.ErrorsAndWarningsMessagesWidget" />
+       <subtab
+            class="net.sourceforge.cruisecontrol.dashboard.widgets.BuildOutputWidget" />
     </subtabs>
 </dashboard>
diff --git a/releng.control/cc281-bin-dist-mods/webapps/cruisecontrol/WEB-INF/web.xml b/releng.control/cc281-bin-dist-mods/webapps/cruisecontrol/WEB-INF/web.xml
index cb72a6c..d374010 100644
--- a/releng.control/cc281-bin-dist-mods/webapps/cruisecontrol/WEB-INF/web.xml
+++ b/releng.control/cc281-bin-dist-mods/webapps/cruisecontrol/WEB-INF/web.xml
@@ -54,7 +54,7 @@
     
     <context-param>
         <param-name>cacheRoot</param-name>
-        <param-value>/shared/webtools/logcache</param-value>
+        <param-value>/home/shared/webtools/logcache</param-value>
         <description>Full path to a directory where caches of XSL transformations are written.
             The web context must have permission to write to this directory. If not
             specified, caches will be written in a subdir called _cache of the logDir.
@@ -64,7 +64,7 @@
     <context-param>
       <!-- You can set this value via the user.log.dir property in Ant, when building the WAR file. -->
       <param-name>logDir</param-name>
-        <param-value>/shared/webtools/logs</param-value>
+        <param-value>/home/shared/webtools/logs</param-value>
       <description> This should be the full path to your CruiseControl log directory. If you
           are in single project mode, this will contain only the logs for your project. If you
           are in multi-project mode, it is expected that you will have multiple sub-directories
@@ -99,14 +99,14 @@
       </description>
     </context-param>
 
-               
+   <!--            
     <context-param>
       <param-name>cruisecontrol.jmxhost</param-name>
         <param-value>206.191.52.34</param-value>
       <description>If your server doesn't know it's own proper IP address or it's name isn't resolvable by other machines on the network, set the IP address or resolvable name here. This will enable things like the "Force Builds" button to work.
                        </description>
     </context-param>
-               
+    -->             
 
     <!--
     <context-param>