[wsas-java-dev] svn commit r9790 -
branches/wsas/java/2.1/wsas/java/modules/core/src/org/wso2/wsas
svn at wso2.org
svn at wso2.org
Wed Nov 14 23:20:06 PST 2007
Author: azeez
Date: Wed Nov 14 23:19:58 2007
New Revision: 9790
Modified:
branches/wsas/java/2.1/wsas/java/modules/core/src/org/wso2/wsas/MainServlet.java
Log:
Fixing a typo
Modified: branches/wsas/java/2.1/wsas/java/modules/core/src/org/wso2/wsas/MainServlet.java
==============================================================================
--- branches/wsas/java/2.1/wsas/java/modules/core/src/org/wso2/wsas/MainServlet.java (original)
+++ branches/wsas/java/2.1/wsas/java/modules/core/src/org/wso2/wsas/MainServlet.java Wed Nov 14 23:19:58 2007
@@ -212,7 +212,7 @@
System.setProperty(ServerConstants.DERBY_HOME,
new File(serverConfig.getFirstProperty(
"Database.Home")).getAbsolutePath());
- String hostName = ServerConfiguration.getInstance().getFirstProperty("CluteringHostName");
+ String hostName = ServerConfiguration.getInstance().getFirstProperty("ClusteringHostName");
if(System.getProperty("local.ip.address") == null &&
hostName != null && hostName.trim().length() != 0){
System.setProperty("local.ip.address", hostName); // TODO: This should be changed to System.setProperty(ClusteringConstants.LOCAL_IP_ADDRESS, hostName) once we switch back to the Axis2 trunk
More information about the Wsas-java-dev
mailing list