diff options
| author | Simon MacMullen <simon@lshift.net> | 2010-03-16 16:40:19 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@lshift.net> | 2010-03-16 16:40:19 +0000 |
| commit | c12fb07ea8317fd673d687c2d8524a237e4a99b8 (patch) | |
| tree | 4b1239ae91f8bee22dfbc48b519a849bf12e059f /packaging/windows | |
| parent | 8134a43ab4e62daca257c44129922a8aa90723b3 (diff) | |
| download | rabbitmq-server-git-c12fb07ea8317fd673d687c2d8524a237e4a99b8.tar.gz | |
Fix some mistakes that were in the Windows Service documentation.
Diffstat (limited to 'packaging/windows')
| -rw-r--r-- | packaging/windows/rabbitmq-service.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packaging/windows/rabbitmq-service.xml b/packaging/windows/rabbitmq-service.xml index 7eb9490dd4..2cc4769f89 100644 --- a/packaging/windows/rabbitmq-service.xml +++ b/packaging/windows/rabbitmq-service.xml @@ -133,7 +133,6 @@ type to <code>Automatic</code> using the service control panel. <listitem> <para> Defaults to RabbitMQ. -This is the location of log and database directories. </para> </listitem> </varlistentry> @@ -194,7 +193,7 @@ manager. </varlistentry> <varlistentry> - <term>CLUSTER_CONFIG_FILE</term> + <term>RABBITMQ_CLUSTER_CONFIG_FILE</term> <listitem> <para> If this file is @@ -212,7 +211,7 @@ for details. Set this varable to <code>new</code> or <code>reuse</code> to have the console output from the server redirected to a file named <code>SERVICENAME</code>.debug in the application data directory of the user that installed the service. -Under Vista this will be <filename>C:\Documents and Settings\User\AppData\username\SERVICENAME</filename>. +Under Vista this will be <filename>C:\Users\AppData\username\SERVICENAME</filename>. Under previous versions of Windows this will be <filename>C:\Documents and Settings\username\Application Data\SERVICENAME</filename>. If <code>RABBITMQ_CONSOLE_LOG</code> is set to <code>new</code> then a new file will be |
