Author: ruwan Date: Mon Jun 29 10:28:41 2009 New Revision: 40331 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40331
Log: Fixing the SynapseServerName picking documentation 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=40331&r1=40330&r2=40331&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/configuration_language.xml (original) +++ trunk/esb/java/docs/xdoc/configuration_language.xml Mon Jun 29 10:28:41 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
