Author: ruwan
Date: Mon Nov 22 15:59:21 2010
New Revision: 1037760

URL: http://svn.apache.org/viewvc?rev=1037760&view=rev
Log:
updating the upgrade guide with the migrator docs

Modified:
    synapse/branches/2.0/src/site/xdoc/upgrading.xml

Modified: synapse/branches/2.0/src/site/xdoc/upgrading.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.0/src/site/xdoc/upgrading.xml?rev=1037760&r1=1037759&r2=1037760&view=diff
==============================================================================
--- synapse/branches/2.0/src/site/xdoc/upgrading.xml (original)
+++ synapse/branches/2.0/src/site/xdoc/upgrading.xml Mon Nov 22 15:59:21 2010
@@ -153,6 +153,15 @@
         <else/>
     &lt;/filter&gt;</pre></p>
           </subsection>
+          <subsection name="Migration Tool">
+            <p>In general it is recommended to run the configuration through 
the migration tool
+            provided with the Synapse 2.0.0 release, on your synapse 1.2 
configuration before using
+            it with the 2.0.0.</p>
+            <p>To run the migration tool execute the 
synapse-config-migrator.sh by passing the
+            synapse.xml file location of the 1.2 configuration. Which will 
create the 2.0.0
+            compatible configuration with the .new suffix. For example;
+            <pre>sh bin/synapse-config-migrator.sh 
synapse-1.2/repository/conf/synapse.xml</pre></p>
+          </subsection>
         </section>
     </body>
 </document>
\ No newline at end of file


Reply via email to