[Carbon-commits] [Carbon] svn commit r92178 - trunk/carbon/products/appserver/docs/xdoc

isuru at wso2.com isuru at wso2.com
Thu Apr 21 05:08:44 PDT 2011


Author: isuru
Date: Thu Apr 21 05:08:44 2011
New Revision: 92178
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=92178

Log:
sample doc improvements

Modified:
   trunk/carbon/products/appserver/docs/xdoc/commodity_quote_guide.xml
   trunk/carbon/products/appserver/docs/xdoc/installation_guide.xml

Modified: trunk/carbon/products/appserver/docs/xdoc/commodity_quote_guide.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/products/appserver/docs/xdoc/commodity_quote_guide.xml?rev=92178&r1=92177&r2=92178&view=diff
==============================================================================
--- trunk/carbon/products/appserver/docs/xdoc/commodity_quote_guide.xml	(original)
+++ trunk/carbon/products/appserver/docs/xdoc/commodity_quote_guide.xml	Thu Apr 21 05:08:44 2011
@@ -76,11 +76,13 @@
             href="installation_guide.html">Installation Guide</a> for
         installation details.
     </li>
-    <li>Switch to the CommodityQuote directory, e.g.</li>
+    <li>Switch to the CommodityQuote directory, e.g.
     <pre>  cd CARBON_HOME\samples\CommodityQuote</pre>
-    <li>From there simply type</li>
+    </li>
+    <li>From there simply type
     <pre>  ant</pre>
 
+
     <h4>You should see messages like this:</h4>
   <pre>Buildfile: build.xml
 clean:
@@ -101,16 +103,17 @@
 
     <p>The build automatically copies the .aar file containing the service into
         the repository.</p>
+    </li>
     <li>If you select the Services page in the Management Console, you should
         see the CommodityQuote service deployed. If you don't see it, the page
         will be refreshed once the deployment engine of Axis2 picks up the newly
         added .aar
-    </li>
 
     <p>(See <a
-            href="user_guide.html">Administrator&#x2019;s
+            href="user_guide.html">Administrator's
         Guide</a> on how to sign into the Management Console and to navigate
         through it.)</p>
+    </li>
     <li>If you are still in the CommodityQuote directory, you will find the
         run-client.bat and run-client.sh files. To see the CommodityQuote in
         action you can use the following syntax on the command prompt.
@@ -139,8 +142,7 @@
         case of the embeddable version. In addition to this the ssl connection
         (https://127.0.0.1:9443/services/CommodityQuote or
         https://127.0.0.1:9443/wso2appserver/services/CommodityQuote)will be needed for
-        security scenarios, which will be discussed later in this docume
-nt. The
+        security scenarios, which will be discussed later in this document. The
         default EPRs for http and https will be available in
         CARBON_HOME/samples/CommodityQuote/conf/default_epr.properties file.
         <p>In addition to that mail transport can also be used. In mail transport
@@ -318,12 +320,13 @@
 		<br/>
     </ul>
 </li>
-<li>Requests as well as responses are signed for this scenario to work.
+<li>Non-repudiation
+    <p>Requests as well as responses are signed for this scenario to work.
     Commodity quote service needs to import a certificate. Let this
     certificate be service.jks. In addition to this, client needs to import
     the private key of the service.jks. Let's say this is client.jks. For
     this demonstration, service.jks and client.jks will be shipped with the
-    sample and it's located at CARBON_HOME/samples/CommodityQuote/keys/
+    sample and it's located at CARBON_HOME/samples/CommodityQuote/keys/</p>
     <ul>
         <li><strong>Server side:</strong> Go to Home
 	  &gt; Configure &gt; User Management &gt;Keystores and upload the
@@ -377,27 +380,28 @@
         </li>
     </ul>
 </li>
-<li>Sign and encrypt - X509 Authentication<br/>
-	<strong>Configuration same as in scenario 2, except using this security
-        scenario.</strong></li>
-<li>Sign only (Integrity) - Anonymous clients<br/>
+<li>Integrity (Sign only - Anonymous clients)<br/>
     <strong>Configuration as in scenario 2, except using this security
         scenario. But in the client side, client's keys are not used and only
         the service's public key is used</strong></li>
-<li>Encrypt only (Confidentiality) - Anonymous clients<br/>
+<li>Confidentiality (Encrypt only - Anonymous clients)<br/>
     <strong>Configuration as in scenario 2, except using this security
         scenario. But in the client side, client's keys are not used and only
         the service's public key is used</strong></li>
+<li>Sign and encrypt - X509 Authentication<br/>
+	<strong>Configuration same as in scenario 2, except using this security
+        scenario.</strong></li>
 <li>Sign and Encrypt - Anonymous clients<br/>
     <strong>Configuration as in scenario 2, except using this security
         scenario. But in the client side, client's keys are not used and only
         the service's public key is used</strong></li>
-<li>Requests as well as responses are encrypted for this scenario to work.
+<li>Encrypt only - Username Token Authentication
+    <p>Requests as well as responses are encrypted for this scenario to work.
     Commodity quote service needs to import a certificate. Let this
     certificate be service.jks. In addition to this, client needs to import
     the private key of the service.jks. Let's say this is client.jks. For
     this demonstration, service.jks and client.jks will be shipped with the
-    sample and it's located at CARBON_HOME/samples/CommodityQuote/keys/
+    sample and it's located at CARBON_HOME/samples/CommodityQuote/keys/</p>
     <ul>
         <li><strong>Server side:</strong> Logging to management console. Go to
             Home &gt; Configure &gt; User Management &gt; Users. Then add a user "bob"
@@ -530,7 +534,7 @@
         client. I've used JAMES Mail server to create the two accounts.
     </li>
     <li>Client's axis2.xml and server's axis2.xml has been configured to do
-        SMTP and POP from JAMES. {See, axis2.xml in CARBON_HOME/conf/ to server
+        SMTP and POP from JAMES. {See, axis2.xml in CARBON_HOME/repository/conf/ to server
         config and CARBON_HOME/samples/CommodidtyQuote/conf for client
         config}
     </li>

Modified: trunk/carbon/products/appserver/docs/xdoc/installation_guide.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/products/appserver/docs/xdoc/installation_guide.xml?rev=92178&r1=92177&r2=92178&view=diff
==============================================================================
--- trunk/carbon/products/appserver/docs/xdoc/installation_guide.xml	(original)
+++ trunk/carbon/products/appserver/docs/xdoc/installation_guide.xml	Thu Apr 21 05:08:44 2011
@@ -112,7 +112,7 @@
                 <tr>
                     <td>Disk</td>
                     <td>
-                        Approximately 150 MB will be used for the .zip distribution (Excluding log
+                        Approximately 180 MB will be used for the .zip distribution (Excluding log
                         files and databases)
                     </td>
                 </tr>


More information about the Carbon-commits mailing list