Author: saliya Date: Thu Feb 5 21:04:38 2009 New Revision: 30515 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=30515
Log: Modified configuration language page to suite carbon based ESB Modified: trunk/esb/java/docs/xdoc/configuration_language.xml Modified: trunk/esb/java/docs/xdoc/configuration_language.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/configuration_language.xml?rev=30515&r1=30514&r2=30515&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/configuration_language.xml (original) +++ trunk/esb/java/docs/xdoc/configuration_language.xml Thu Feb 5 21:04:38 2009 @@ -762,8 +762,9 @@ 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> - or by editing the wrapper.conf where Synapse is started as a service. + Synapse server instance by specifiying -DSynapseServerName=<ServerName> + property when you execute the startup script, i.e. wso2server.bat or wso2server.sh. + You can also edit the wrapper.conf to do this where Synapse is started as a service. </p> <p> Each service could define the target for received messages as a named _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
