Author: tbedford
Date: 2009-07-27 17:26:38 +0200 (Mon, 27 Jul 2009)
New Revision: 15832
Log:
Added entry for dev bug #44379
Modified:
trunk/dynamic-docs/changelog/monitor.xml
Modified: trunk/dynamic-docs/changelog/monitor.xml
===================================================================
--- trunk/dynamic-docs/changelog/monitor.xml 2009-07-27 14:57:21 UTC (rev 15831)
+++ trunk/dynamic-docs/changelog/monitor.xml 2009-07-27 15:26:38 UTC (rev 15832)
Changed blocks: 1, Lines Added: 61, Lines Deleted: 0; 1872 bytes
@@ -6,6 +6,67 @@
]>
<changelog>
+ <logentry entrytype="feature">
+
+ <bugs>
+ <fixes bugid="44379"/>
+ </bugs>
+
+ <versions>
+ <version ver="2.1.0"/>
+ </versions>
+
+ <message>
+
+ <para>
+ In large installations it can be desirable to locate the
+ repository MySQL Server and the Tomcat server on difference
+ computers to reduce load. However, the script
+ <filename>mysqlmonitorctl.sh</filename> assumed these were
+ running on the same server.
+ </para>
+
+ <para>
+ The script was therefore changed to accommodate the above
+ requirement.
+ </para>
+
+ <para>
+ The <filename>mysqlmonitorctl.sh</filename> script now checks
+ for a new configuration file called
+ <filename>mysqlmonitorctl.conf</filename>. This configuration
+ file is located in a new directory,
+ <filename>etc/defaults</filename>, relative to the install
+ directory. The configuration file contains 2 variables:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ START_MYSQL=yes
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ START_TOMCAT=yes
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ <para>
+ The script will then start/stop the MySQL Server and Tomcat
+ accordingly. Defaults for both variables in the file are set to
+ <quote>yes</quote>. The update installers will not overwrite
+ this file.
+ </para>
+
+ </message>
+
+ </logentry>
+
<logentry entrytype="bug">
<bugs>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r15832 - trunk/dynamic-docs/changelog | anthony.bedford | 27 Jul |