[cpp-sp COMMIT] in /branches/REL_2/configs: SetService32.bat SetService64.bat

noreply at shibboleth.net noreply at shibboleth.net
Thu Jun 7 04:56:33 BST 2012


Author: scantor
Date: Thu Jun  7 04:56:33 2012
New Revision: 3696

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3696&view=rev
Log:
Add stderr/stdout to service command line

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=3696&r1=3695&r2=3696&view=diff
==============================================================================
--- branches/REL_2/configs/SetService32.bat (original)
+++ branches/REL_2/configs/SetService32.bat Thu Jun  7 04:56:33 2012
@@ -1,5 +1,5 @@
 @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\""
 sc start shibd_default

Modified: branches/REL_2/configs/SetService64.bat
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/SetService64.bat?rev=3696&r1=3695&r2=3696&view=diff
==============================================================================
--- branches/REL_2/configs/SetService64.bat (original)
+++ branches/REL_2/configs/SetService64.bat Thu Jun  7 04:56:33 2012
@@ -1,5 +1,5 @@
 @echo off
 setlocal
 sc stop shibd_default
-sc config shibd_default binPath= "@-INSTALLDIR-@\sbin64\shibd.exe"
+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



More information about the commits mailing list