Skip to content

Commit

Permalink
workaround for BindException at restart on Vista
Browse files Browse the repository at this point in the history
  • Loading branch information
lotus committed Aug 22, 2008
1 parent 58d7e6f commit 5192081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions startYACY.bat
Expand Up @@ -22,6 +22,7 @@ if exist DATA\SETTINGS\httpProxy.conf GoTo :RENAMEINDEX
if exist DATA\SETTINGS\yacy.conf GoTo :GETSTARTOPTS

:STARTJAVA
set javacmd=%javacmd% -Djava.net.preferIPv4Stack=true
Rem Starting YaCy
Echo Generated classpath:%CLASSPATH%
Echo JRE Parameters:%javacmd%
Expand Down
1 change: 1 addition & 0 deletions startYACY_debug.bat
Expand Up @@ -21,6 +21,7 @@ if exist DATA\SETTINGS\httpProxy.conf GoTo :RENAMEINDEX
if exist DATA\SETTINGS\yacy.conf GoTo :GETSTARTOPTS

:STARTJAVA
set javacmd=%javacmd% -Djava.net.preferIPv4Stack=true
Rem Starting YaCy
Echo Generated classpath:%CLASSPATH%
Echo JRE Parameters:%javacmd%
Expand Down

0 comments on commit 5192081

Please sign in to comment.