You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ev...@apache.org on 2008/08/14 13:08:13 UTC

svn commit: r685849 - /synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml

Author: evanthika
Date: Thu Aug 14 04:08:13 2008
New Revision: 685849

URL: http://svn.apache.org/viewvc?rev=685849&view=rev
Log:
Changed the command -DSynapseServerName to -serverName

Modified:
    synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml

Modified: synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml?rev=685849&r1=685848&r2=685849&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml Thu Aug 14 04:08:13 2008
@@ -728,7 +728,7 @@
       Synapse server instances. The Synapse server name is picked up from the
       system property 'SynapseServerName', failing which the hostname of the
       machine would be used or default to 'localhost'. You can give a name to a
-      Synapse server instance as ./synapse.sh -DSynapseServerName=<ServerName>
+      Synapse server instance as ./synapse.sh -serverName=<ServerName>
       or by editing the wrapper.conf where Synapse is started as a service.
     </p>
     <p>