[jboss-svn-commits] JBL Code SVN: r36598 - labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Administration_Guide/en-US.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 11 11:56:08 EST 2011


Author: kevin.conner at jboss.com
Date: 2011-02-11 11:56:06 -0500 (Fri, 11 Feb 2011)
New Revision: 36598

Modified:
   labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Administration_Guide/en-US/Configuration.xml
Log:
Added paragraph describing location of jbossesb-properties.xml: JBESB-3569

Modified: labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Administration_Guide/en-US/Configuration.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Administration_Guide/en-US/Configuration.xml	2011-02-11 15:35:13 UTC (rev 36597)
+++ labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Administration_Guide/en-US/Configuration.xml	2011-02-11 16:56:06 UTC (rev 36598)
@@ -94,6 +94,25 @@
     </section>
    
       
+    <section id="configuration_file">
+        <title>
+            Applying Configuration Changes
+        </title>
+
+        <para>
+            Many of the administrative sections refer to modifications which need to be applied to the
+            <filename>jbossesb-properties.xml</filename> configuration file, specifically those which
+            have a global impact on the system.  The location of this configuration file depends on how
+            the system is being run.
+        </para>
+        <para>
+            Within a server environment this file will usually be located at
+            <filename><replaceable>${SOA_ROOT}</replaceable>/server/<replaceable>${CONFIG}</replaceable>/deployers/esb.deployers/jbossesb-properties.xml</filename>,
+            while standalone clients will access the configuration file directly through their classpath.
+        </para>
+    </section>
+      
+        
     <section id="standalone_server">
         <title>
             Stand-Alone Server
@@ -1634,10 +1653,7 @@
                 To run the same service on more than one node in a cluster,
                 wait until the service registry cache re-validates.
                 Configure the cache re-validation time-out in the
-                <filename><replaceable>${SOA_ROOT}</replaceable>/server/<replaceable>${CONFIG}</replaceable>/deploy/jbossesb.sar/jbossesb-properties.xml</filename>
-                file (or the
-                <filename>deploy/esb.deployers/jbossesb-properties.xml</filename>
-                file on AS5):
+                <filename>jbossesb-properties.xml</filename> file.
             </para> 
             
             <programlisting language="XML"><xi:include parse="text" href="extras/configuration/cache_revalidation_timeout.xmlt" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>



More information about the jboss-svn-commits mailing list