[Swift-commit] r7029 - trunk/src/org/griphyn/vdl/karajan/monitor/monitors/http
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Tue Sep 3 17:25:46 CDT 2013
Author: hategan
Date: 2013-09-03 17:25:46 -0500 (Tue, 03 Sep 2013)
New Revision: 7029
Modified:
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/http/HTTPServer.java
Log:
fixed missing resource with http monitor
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/http/HTTPServer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/http/HTTPServer.java 2013-09-03 20:41:03 UTC (rev 7028)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/http/HTTPServer.java 2013-09-03 22:25:46 UTC (rev 7029)
@@ -46,7 +46,7 @@
public class HTTPServer implements Runnable {
public static final Logger logger = Logger.getLogger(HTTPServer.class);
- public static final String WEB_DIR = "httpmonitor/";
+ public static final String WEB_DIR = "httpmonitor";
private ServerSocketChannel channel;
private ConnectionProcessor connectionProcessor;
More information about the Swift-commit
mailing list