Author: chamara Date: Wed Jan 21 21:20:01 2009 New Revision: 29170 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=29170
Log: 2767/2768 fixed Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/chad_guide.xml Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/chad_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/src/site/xdoc/chad_guide.xml?rev=29170&r1=29169&r2=29170&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/src/site/xdoc/chad_guide.xml (original) +++ trunk/wsas/java/modules/distribution/src/site/xdoc/chad_guide.xml Wed Jan 21 21:20:01 2009 @@ -53,10 +53,10 @@ <h2>DEFINITIONS</h2> <ul> - <li>WSO2WSAS_HOME : Directory to which you installed WSO2 WSAS.</li> + <li>CARBON_HOME : Directory to which you installed WSO2 WSAS.</li> <li>MGT_CONSOLE_URL : This is the URL that will be used to access the management console. This will be https://127.0.0.1:9443/ in the case of - the standalone distribution and https://127.0.0.1:9443/wso2wsas in the + the standalone distribution and https://127.0.0.1:9443/carbon in the case of the embedded distribution (assuming WSO2 WSAS default configuration parameters). This can vary depending on your installation type and the configuration. @@ -81,12 +81,12 @@ <a href="installation_guide.html">Installation Guide</a> for details). </li> <li>In the command prompt go to - <code>WSO2WSAS_HOME/samples/Chad</code> + <code>CARBON_HOME/samples/Chad</code> </li> <li>Type <code>ant</code> at the command prompt. </li> <li>Execute the WSO2 WSAS starting script.</li> - <li>Check your WSO2 WSAS instance using this URL https://localhost:9443</li> + <li>Check your WSO2 WSAS instance using this URL https://localhost:9443/carbon</li> </ul> <p>Now you will have the Chad service deployed on WSO2 WSAS. You can check _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
