diff options
| author | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-08-22 18:46:14 +0000 |
|---|---|---|
| committer | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-08-22 18:46:14 +0000 |
| commit | 5192081283d3781f3dad419dd6a8fc100271107f (patch) | |
| tree | 62476906b5b27d724e08226939ecf1c2f38a7c14 /startYACY.bat | |
| parent | 58d7e6f1a65acaff33cc7e4fda5ff8cf84b75fd9 (diff) | |
workaround for BindException at restart on Vista
therefore IPv6 support is lost (Windows only)
see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6286189 and http://forum.yacy-websuche.de/viewtopic.php?t=1385
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5072 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.bat')
| -rw-r--r-- | startYACY.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/startYACY.bat b/startYACY.bat index 45b97a74d..d22b04656 100644 --- a/startYACY.bat +++ b/startYACY.bat @@ -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%
|
