Author: mturk
Date: Tue Nov 15 06:21:16 2011
New Revision: 1202056
URL: http://svn.apache.org/viewvc?rev=1202056&view=rev
Log:
Add a note for Win64 registry location
Modified:
commons/proper/daemon/trunk/src/site/xdoc/procrun.xml
Modified: commons/proper/daemon/trunk/src/site/xdoc/procrun.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/procrun.xml?rev=1202056&r1=1202055&r2=1202056&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/procrun.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/procrun.xml Tue Nov 15 06:21:16
2011
@@ -618,6 +618,11 @@ The basic Service definitions are mainta
Additional parameters are stored in the registry at:
<source>HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\ProcRun
2.0\<ServiceName>\Parameters</source>
</p>
+<p>
+On 64-bit Windows procrun always uses 32-bit registry view for storing the
configuration.
+This means that parameters will be stored inside:
+<source>HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software
Foundation\ProcRun 2.0\<ServiceName></source>
+</p>
</section>
</body>
</document>