[cpp-sp COMMIT] in /branches/REL_2/configs: SetService32.bat SetService64.bat
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jul 9 10:22:35 EDT 2012
Author: scantor
Date: Mon Jul 9 10:22:35 2012
New Revision: 3726
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3726&view=rev
Log:
Add warning about IIS/Apache paths.
Modified:
branches/REL_2/configs/SetService32.bat
branches/REL_2/configs/SetService64.bat
Modified: branches/REL_2/configs/SetService32.bat
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/SetService32.bat?rev=3726&r1=3725&r2=3726&view=diff
==============================================================================
--- branches/REL_2/configs/SetService32.bat (original)
+++ branches/REL_2/configs/SetService32.bat Mon Jul 9 10:22:35 2012
@@ -1,5 +1,8 @@
@echo off
setlocal
+
sc stop shibd_default
sc config shibd_default binPath= "@-INSTALLDIR-@\sbin\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 32-bit use.
Modified: branches/REL_2/configs/SetService64.bat
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/SetService64.bat?rev=3726&r1=3725&r2=3726&view=diff
==============================================================================
--- branches/REL_2/configs/SetService64.bat (original)
+++ branches/REL_2/configs/SetService64.bat Mon Jul 9 10:22:35 2012
@@ -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.
More information about the commits
mailing list