[java-idp-jetty-base] 03/03: Fix location of procrun logs

Rod Widdowson rdw at steadingsoftware.com
Sun Mar 10 14:24:25 UTC 2024


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch dev/IDP-2147
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=9c0d60c05630386bd4044a5a10b4671527bb5ee5

commit 9c0d60c05630386bd4044a5a10b4671527bb5ee5
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Mar 10 14:23:59 2024 +0000

    Fix location of procrun logs
---
 src/main/wix/Jetty-Procrun.wxs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/wix/Jetty-Procrun.wxs b/src/main/wix/Jetty-Procrun.wxs
index f4bd18f..5459c3d 100644
--- a/src/main/wix/Jetty-Procrun.wxs
+++ b/src/main/wix/Jetty-Procrun.wxs
@@ -113,7 +113,7 @@
             </Component>
             <Component Id="LogParameters" Directory="PROCRUNROOT32" Guid="{4D3AD97F-9646-4399-B071-93AB48A4E4C1}" KeyPath="yes" Bitness="always32">
                 <RegistryKey ForceDeleteOnUninstall="yes" ForceCreateOnInstall="yes" Key="SOFTWARE\Apache Software Foundation\Procrun 2.0\$(var.ServiceName)\Parameters\Log" Root="HKLM">
-                    <RegistryValue Name="Path" Value="[PROCRUNROOT]\log" Type="string" />
+                    <RegistryValue Name="Path" Value="[PROCRUNROOT64]\log" Type="string" />
                     <RegistryValue Name="StdError" Value="auto" Type="string" />
                     <RegistryValue Name="StdOutput" Value="auto" Type="string" />
                     <Permission User="Administrators" GenericAll="yes" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list