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

Rod Widdowson rdw at steadingsoftware.com
Sat Jun 22 14:09:37 UTC 2024


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

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

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

commit 317970a182738cd01cb17f5844e394bf4cd8c7a9
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