From cdd7694ed6c5bb488d031c335bf4478c5802ab52 Mon Sep 17 00:00:00 2001 From: scantor Date: Mon, 9 Jul 2012 14:22:35 +0000 Subject: [PATCH] Add warning about IIS/Apache paths. git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3726 cb58f699-b61c-0410-a6fe-9272a202ed29 --- configs/SetService32.bat | 3 +++ configs/SetService64.bat | 3 +++ 2 files changed, 6 insertions(+) diff --git a/configs/SetService32.bat b/configs/SetService32.bat index 9efbc7c..265b124 100644 --- a/configs/SetService32.bat +++ b/configs/SetService32.bat @@ -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. \ No newline at end of file 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 -- 2.1.4