Author: ruwan Date: Mon Jun 29 10:29:13 2009 New Revision: 40332 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40332
Log: Fixing the SynapseServerName picking documentation Modified: branches/esb/java/2.1/product/docs/xdoc/configuration_language.xml Modified: branches/esb/java/2.1/product/docs/xdoc/configuration_language.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/configuration_language.xml?rev=40332&r1=40331&r2=40332&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/configuration_language.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/configuration_language.xml Mon Jun 29 10:29:13 2009 @@ -695,8 +695,9 @@ separated by comma or space character. If there is no pinned server list then proxy service will be started in all server instances. If a pinned server names list is given it will only start in the given named 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 +The Synapse server name is picked up either from the system property +'SynapseServerName' or through the axis2.xml parameter 'SynapseConfig.ServerName', +failing which the hostname of the machine would be used or default to 'localhost'. You can give a name to a 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 _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
