[Swift-commit] r7022 - trunk/src/org/griphyn/vdl/karajan/monitor/monitors/http
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Sat Aug 31 14:53:45 CDT 2013
Author: hategan
Date: 2013-08-31 14:53:44 -0500 (Sat, 31 Aug 2013)
New Revision: 7022
Modified:
trunk/src/org/griphyn/vdl/karajan/monitor/monitors/http/HTTPServer.java
Log:
removed code left from the coaster http server
Modified: trunk/src/org/griphyn/vdl/karajan/monitor/monitors/http/HTTPServer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/monitor/monitors/http/HTTPServer.java 2013-08-28 14:08:54 UTC (rev 7021)
+++ trunk/src/org/griphyn/vdl/karajan/monitor/monitors/http/HTTPServer.java 2013-08-31 19:53:44 UTC (rev 7022)
@@ -40,7 +40,6 @@
import java.util.Set;
import org.apache.log4j.Logger;
-import org.globus.cog.abstraction.impl.execution.coaster.ServiceManager;
import org.globus.common.CoGProperties;
import org.griphyn.vdl.karajan.monitor.SystemState;
@@ -335,10 +334,6 @@
if (tokens[0].equals("GET")) {
String page = getPage(tokens[1]);
Map<String,String> cgiParams = getCGIParams(tokens[1]);
- String coasterId = cgiParams.get("serviceId");
- if (coasterId != null) {
- ServiceManager.getDefault().serviceIsActive(coasterId);
- }
if (page.equals("/")) {
page = "/index.html";
}
More information about the Swift-commit
mailing list