You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2005/12/13 23:34:10 UTC

svn commit: r356636 - /geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/ServerOverride.java

Author: jsisson
Date: Tue Dec 13 14:33:59 2005
New Revision: 356636

URL: http://svn.apache.org/viewcvs?rev=356636&view=rev
Log:
GERONIMO-1354 - workaround that warns users not to edit the config.xml file whilst Geronimo is running.  The last line of the warning can be removed when this issue is resolved.

Modified:
    geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/ServerOverride.java

Modified: geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/ServerOverride.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/ServerOverride.java?rev=356636&r1=356635&r2=356636&view=diff
==============================================================================
--- geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/ServerOverride.java (original)
+++ geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/ServerOverride.java Tue Dec 13 14:33:59 2005
@@ -75,6 +75,7 @@
         out.println("<!-- Warning - This XML file is re-generated by Geronimo when -->");
         out.println("<!-- changes are made to Geronimo's configuration, therefore  -->");
         out.println("<!-- any comments added to this file will be lost.            -->");
+        out.println("<!-- Do not edit this file whilst Geronimo is running.        -->");
         out.println("<!-- ======================================================== -->");
         out.println();
         out.println("<attributes xmlns=\"http://geronimo.apache.org/xml/ns/attributes\">");