summaryrefslogtreecommitdiff
path: root/bin/itemServer.bat
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-05-31 14:14:50 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-05-31 14:14:50 +0200
commit4991bef81c7e9eb8f3f94309b1c3a1f9b8cc02ee (patch)
treed46b80a7efcc770d28cdeb3c5a6083a8c9b97c0c /bin/itemServer.bat
parent56afac46ce0912eb496b5b22af0d28070218e7be (diff)
Cleanup bin & add eclipse launch configurations
Diffstat (limited to 'bin/itemServer.bat')
-rwxr-xr-xbin/itemServer.bat7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/itemServer.bat b/bin/itemServer.bat
deleted file mode 100755
index d154472..0000000
--- a/bin/itemServer.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-@echo off
-title ItemServer
-call env.bat
-cd %CRISTAL_HOME%
-del %CRISTAL_HOME%\serverLog.txt
-java -Xmx256m -Xbootclasspath/p:%CRISTAL_HOME%\lib\OB.jar -classpath %LOCALCLASSPATH% com.c2kernel.process.StandardServer -logFile %CRISTAL_HOME%\serverLog.txt -logLevel 0 -config %CRISTAL_HOME%\bin\conf\server.conf -connect %1
-pause \ No newline at end of file