Merge commit '2.5.0' into moonshot-packaging-fixes
[shibboleth/sp.git] / configs / SetService64.bat
diff --git a/configs/SetService64.bat b/configs/SetService64.bat
new file mode 100644 (file)
index 0000000..c2704b5
--- /dev/null
@@ -0,0 +1,9 @@
+@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\""
+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 64-bit use.
\ No newline at end of file