Author: sumedha Date: Mon Oct 20 18:41:17 2008 New Revision: 22619 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=22619
Log: changed web context to wsas 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=22619&r1=22618&r2=22619&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/conf/server.xml (original) +++ trunk/wsas/java/carbon/distribution/conf/server.xml Mon Oct 20 18:41:17 2008 @@ -27,7 +27,7 @@ <!-- Server Name --> - <Name>${ds.solution.name}</Name> + <Name>${wsas.solution.name}</Name> <!-- The fully qualified name of the server @@ -37,7 +37,13 @@ <!-- The version of this distribution --> - <Version>${ds.solution.version}</Version> + <Version>${wsas.solution.version}</Version> + + <!-- + This is the root web context. + eg: https://localhost:9443/wsas + --> + <WebContext>wsas</WebContext> <!-- Host name or IP address of the machine hosting this server _______________________________________________ Wsas-java-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
