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/12 03:54:38 UTC

svn commit: r356115 - in /geronimo/trunk/assemblies: j2ee-installer/src/var/config/README.txt j2ee-jetty-server/src/var/config/README.txt j2ee-tomcat-server/src/var/config/README.txt

Author: jsisson
Date: Sun Dec 11 18:54:30 2005
New Revision: 356115

URL: http://svn.apache.org/viewcvs?rev=356115&view=rev
Log:
GERONIMO-1288 - README.txt file for var/config directory

Added:
    geronimo/trunk/assemblies/j2ee-installer/src/var/config/README.txt
    geronimo/trunk/assemblies/j2ee-jetty-server/src/var/config/README.txt
    geronimo/trunk/assemblies/j2ee-tomcat-server/src/var/config/README.txt

Added: geronimo/trunk/assemblies/j2ee-installer/src/var/config/README.txt
URL: http://svn.apache.org/viewcvs/geronimo/trunk/assemblies/j2ee-installer/src/var/config/README.txt?rev=356115&view=auto
==============================================================================
--- geronimo/trunk/assemblies/j2ee-installer/src/var/config/README.txt (added)
+++ geronimo/trunk/assemblies/j2ee-installer/src/var/config/README.txt Sun Dec 11 18:54:30 2005
@@ -0,0 +1,29 @@
+When Geronimo is started it will read a configuration XML file from this 
+var/config directory.  By default the name of the file is read is config.xml
+but can be overridden by setting the org.apache.geronimo.config.file system 
+property to the name of an alternative config file to use (relative to
+the var/config directory).
+
+The configuration XML file lists the serialized configurations in the 
+config-store to be started.  For each configuration configured to be
+started in the config.xml file, Geronimo looks up a serialized configuration 
+by reading the geronimo/config-store/index.properties file that maps a 
+configuration name to geronimo/config-store/n directory (where n is a 
+numbered directory name).
+
+A configuration can be marked as not to be loaded by setting the "load" attribute
+to "false" on the "configuration" element for a configuration.
+
+A configuration may contain GBeans.  Individual GBeans in a configuration can be
+marked as not to be loaded by setting the "load" attribute to "false" on the
+"gbean" element for a GBean.
+
+Site specific information such as port numbers can be specified in GBean 
+attributes to override the values in the serialized configuration.
+
+Do not add comments to the config.xml file as the file is regenerated by 
+Geronimo when changes are made to Geronimo's configuration, therefore any
+comments added to this file will be lost.
+
+
+

Added: geronimo/trunk/assemblies/j2ee-jetty-server/src/var/config/README.txt
URL: http://svn.apache.org/viewcvs/geronimo/trunk/assemblies/j2ee-jetty-server/src/var/config/README.txt?rev=356115&view=auto
==============================================================================
--- geronimo/trunk/assemblies/j2ee-jetty-server/src/var/config/README.txt (added)
+++ geronimo/trunk/assemblies/j2ee-jetty-server/src/var/config/README.txt Sun Dec 11 18:54:30 2005
@@ -0,0 +1,29 @@
+When Geronimo is started it will read a configuration XML file from this 
+var/config directory.  By default the name of the file is read is config.xml
+but can be overridden by setting the org.apache.geronimo.config.file system 
+property to the name of an alternative config file to use (relative to
+the var/config directory).
+
+The configuration XML file lists the serialized configurations in the 
+config-store to be started.  For each configuration configured to be
+started in the config.xml file, Geronimo looks up a serialized configuration 
+by reading the geronimo/config-store/index.properties file that maps a 
+configuration name to geronimo/config-store/n directory (where n is a 
+numbered directory name).
+
+A configuration can be marked as not to be loaded by setting the "load" attribute
+to "false" on the "configuration" element for a configuration.
+
+A configuration may contain GBeans.  Individual GBeans in a configuration can be
+marked as not to be loaded by setting the "load" attribute to "false" on the
+"gbean" element for a GBean.
+
+Site specific information such as port numbers can be specified in GBean 
+attributes to override the values in the serialized configuration.
+
+Do not add comments to the config.xml file as the file is regenerated by 
+Geronimo when changes are made to Geronimo's configuration, therefore any
+comments added to this file will be lost.
+
+
+

Added: geronimo/trunk/assemblies/j2ee-tomcat-server/src/var/config/README.txt
URL: http://svn.apache.org/viewcvs/geronimo/trunk/assemblies/j2ee-tomcat-server/src/var/config/README.txt?rev=356115&view=auto
==============================================================================
--- geronimo/trunk/assemblies/j2ee-tomcat-server/src/var/config/README.txt (added)
+++ geronimo/trunk/assemblies/j2ee-tomcat-server/src/var/config/README.txt Sun Dec 11 18:54:30 2005
@@ -0,0 +1,29 @@
+When Geronimo is started it will read a configuration XML file from this 
+var/config directory.  By default the name of the file is read is config.xml
+but can be overridden by setting the org.apache.geronimo.config.file system 
+property to the name of an alternative config file to use (relative to
+the var/config directory).
+
+The configuration XML file lists the serialized configurations in the 
+config-store to be started.  For each configuration configured to be
+started in the config.xml file, Geronimo looks up a serialized configuration 
+by reading the geronimo/config-store/index.properties file that maps a 
+configuration name to geronimo/config-store/n directory (where n is a 
+numbered directory name).
+
+A configuration can be marked as not to be loaded by setting the "load" attribute
+to "false" on the "configuration" element for a configuration.
+
+A configuration may contain GBeans.  Individual GBeans in a configuration can be
+marked as not to be loaded by setting the "load" attribute to "false" on the
+"gbean" element for a GBean.
+
+Site specific information such as port numbers can be specified in GBean 
+attributes to override the values in the serialized configuration.
+
+Do not add comments to the config.xml file as the file is regenerated by 
+Geronimo when changes are made to Geronimo's configuration, therefore any
+comments added to this file will be lost.
+
+
+