Author: sameera Date: Fri Oct 31 05:14:17 2008 New Revision: 23157 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=23157
Log: Added serverURL property to the server.xml Modified: trunk/wsas/java/carbon/distribution/conf/server.xml Modified: trunk/wsas/java/carbon/distribution/conf/server.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/conf/server.xml?rev=23157&r1=23156&r2=23157&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/conf/server.xml (original) +++ trunk/wsas/java/carbon/distribution/conf/server.xml Fri Oct 31 05:14:17 2008 @@ -38,6 +38,10 @@ The version of this distribution --> <Version>${wsas.solution.version}</Version> + + + <!-- URL of the server instance --> + <ServerURL>https://localhost:9443/services/</ServerURL> <!-- This is the root web context. _______________________________________________ Wsas-java-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
