scripts to run standalone server in release zip
This commit is contained in:
parent
db0c372941
commit
0a0945973e
2 changed files with 18 additions and 0 deletions
9
misc/scripts/standalone/server.cmd
Normal file
9
misc/scripts/standalone/server.cmd
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
@echo off
|
||||
|
||||
REM BRouter standalone server
|
||||
REM java -cp brouter.jar btools.brouter.RouteServer <segmentdir> <profile-map> <port>
|
||||
|
||||
set JAVA_OPTS=-Xmx128M -Xms128M -Xmn8M
|
||||
set CLASSPATH=../brouter.jar
|
||||
|
||||
java %JAVA_OPTS% -cp %CLASSPATH% btools.server.RouteServer ..\segments2 ..\profiles2 17777
|
||||
Loading…
Add table
Add a link
Reference in a new issue