Author: chamara Date: Thu Jan 22 03:45:01 2009 New Revision: 29244 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=29244
Log: Document updated to new behavior Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/xkms_sample_guide.xml Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/xkms_sample_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/src/site/xdoc/xkms_sample_guide.xml?rev=29244&r1=29243&r2=29244&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/src/site/xdoc/xkms_sample_guide.xml (original) +++ trunk/wsas/java/modules/distribution/src/site/xdoc/xkms_sample_guide.xml Thu Jan 22 03:45:01 2009 @@ -52,10 +52,9 @@ <ol> <li>Sign in to WSAS</li> - <li>Click on Services link on the Manage section on the left hand side panel</li> - <li>Click on the xkms link in the Services column which is in Service and - Service Group Management table</li> - <li>Click on Edit Service Parameters link</li> + <li>Click on Services link on the Manage/list section on the left hand side panel</li> + <li>Click on the xkms service link in the Services lising page.</li> + <li>Click on Parameters link in Quality of Service Configuration table </li> <li>Change/update the following parameter values</li> <pre> <table><thead><tr><td>Parameter Name</td><td>Value</td></tr></thead> @@ -82,7 +81,7 @@ </tr> <tr> <td>org.wso2.xkms2.service.crypto.keystore.location</td> - <td>C:\wso2wsas.home\samples\XKMS\conf\keystore.jks</td> + <td>\wso2wsas.home\samples\XKMS\conf\keystore.jks</td> </tr> <tr> @@ -111,14 +110,14 @@ <p> The sample clients will access keystore.jks, which is a Java key store, to retrieve any required key information. e.g. The Reissue service demo will use the certificate -with the alias ?bob? and send it to the server with new credentials asking it +with the alias "bob" and send it to the server with new credentials asking it to reissue the certificate.</p> <p>Run the XKMS service demo application to see how to use client applications to access the XKMS service</p> <ol> - <li>Switch to XKMS sample directory</li> + <li>Switch to XKMS sample directory in terminal</li> <li>Run run-client.bat (or run-client.sh if you are in Linux platform)</li> <li>Enter the number of the demo you want to run</li> <pre> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
