https://issues.shibboleth.net/jira/browse/SSPCPP-630
[shibboleth/cpp-sp.git] / configs / SetService32.bat
index 1aa7f70..b0831d6 100644 (file)
@@ -1,5 +1,9 @@
 @echo off
 setlocal
+
 sc stop shibd_default
-sc config shibd_default binPath= "@-INSTALLDIR-@\sbin\shibd.exe"
+sc config shibd_default binPath= "@-INSTALLDIR-@\sbin\shibd.exe -stdout \"@-INSTALLDIR-@\var\log\shibboleth\stdout.log\" -stderr \"@-INSTALLDIR-@\var\log\shibboleth\stderr.log\""
+ping 1.1.1.1 -n 1 -w 3000 > nul
 sc start shibd_default
+
+echo NOTE: You will need to manually adjust your IIS or Apache configuration to complete a switch to 32-bit use.
\ No newline at end of file