summaryrefslogtreecommitdiffstats
path: root/usecaseui-holmes/src/main/webapp/public/framework/appserver/start_node.bat
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-holmes/src/main/webapp/public/framework/appserver/start_node.bat')
-rw-r--r--usecaseui-holmes/src/main/webapp/public/framework/appserver/start_node.bat9
1 files changed, 0 insertions, 9 deletions
diff --git a/usecaseui-holmes/src/main/webapp/public/framework/appserver/start_node.bat b/usecaseui-holmes/src/main/webapp/public/framework/appserver/start_node.bat
deleted file mode 100644
index 92d9f1a1..00000000
--- a/usecaseui-holmes/src/main/webapp/public/framework/appserver/start_node.bat
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-@ECHO OFF
-ECHO.
-ECHO Starting Node Server
-ECHO.
-node server.js
-Pause
-EXIT