X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configs%2FSetService64.bat;h=35c5fdb03b584a5887583d13d816cf55936de76e;hb=cdd7694ed6c5bb488d031c335bf4478c5802ab52;hp=ffc85feeffb34c01bcc7d4a88f7b2b45382f6276;hpb=66d504e0457256ca1396c7528daaec0628cf44ff;p=shibboleth%2Fsp.git diff --git a/configs/SetService64.bat b/configs/SetService64.bat index ffc85fe..35c5fdb 100644 --- a/configs/SetService64.bat +++ b/configs/SetService64.bat @@ -1,5 +1,8 @@ @echo off setlocal + sc stop shibd_default sc config shibd_default binPath= "@-INSTALLDIR-@\sbin64\shibd.exe -stdout \"@-INSTALLDIR-@\var\log\shibboleth\stdout.log\" -stderr \"@-INSTALLDIR-@\var\log\shibboleth\stderr.log\"" sc start shibd_default + +echo NOTE: You will need to manually adjust your IIS or Apache configuration to complete a switch to 64-bit use. \ No newline at end of file