Skip to content

Commit

Permalink
Merge pull request #2577 from ControlSystemStudio/windows_launcher
Browse files Browse the repository at this point in the history
phoebus.bat: Don't use server mode
  • Loading branch information
shroffk authored Mar 11, 2023
2 parents 505fda3 + 0d07f34 commit a9ed226
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phoebus-product/phoebus.bat
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo off
FOR /F "tokens=* USEBACKQ" %%F IN (`dir /B product*.jar`) DO (SET JAR=%%F)
echo on

@REM Don't start CA repeater (#494)
@REM To get one instance, use server mode
@java -DCA_DISABLE_REPEATER=true -Dfile.encoding=UTF-8 -jar %JAR% -server 4918 %*
@REM CA_DISABLE_REPEATER=true: Don't start CA repeater (#494)
@REM To get one instance, use server mode by adding `-server 4918`
@java -DCA_DISABLE_REPEATER=true -Dfile.encoding=UTF-8 -jar %JAR% %*

0 comments on commit a9ed226

Please sign in to comment.