Add warning about IIS/Apache paths.
[shibboleth/sp.git] / configs / SetService64.bat
index ffc85fe..35c5fdb 100644 (file)
@@ -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