You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by du...@apache.org on 2007/09/11 23:56:17 UTC

svn commit: r574707 - /webservices/rampart/trunk/c/samples/secpolicy/README.txt

Author: dumindu
Date: Tue Sep 11 14:56:16 2007
New Revision: 574707

URL: http://svn.apache.org/viewvc?rev=574707&view=rev
Log:
Documentation improvements.


Modified:
    webservices/rampart/trunk/c/samples/secpolicy/README.txt

Modified: webservices/rampart/trunk/c/samples/secpolicy/README.txt
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/secpolicy/README.txt?rev=574707&r1=574706&r2=574707&view=diff
==============================================================================
--- webservices/rampart/trunk/c/samples/secpolicy/README.txt (original)
+++ webservices/rampart/trunk/c/samples/secpolicy/README.txt Tue Sep 11 14:56:16 2007
@@ -1,13 +1,14 @@
 The scenarios available here can be deployed using deploy.sh
 
-Simply give the scenario name as an argument to the script
-e.g. %sh deploy.sh scenario1 
-(Win32 users please use the win_deploy.bat)
+Simply give the scenario name as an argument to the script.
 
-Make sure you have run the deploy_client_repo.sh.
+E.g. %sh deploy.sh scenario1 
+(Windows users please use the "win_deploy.bat")
+
+Make sure you have run the "deploy_client_repo.sh".
 These scenarios will only copy the security policy xml files. To run the
-client use the script samples/client/sec_echo/update_n_run.sh or
-samples/client/sec_echo/update_n_run.bat
+client use the script "samples/client/sec_echo/update_n_run.sh" on Linux or
+"samples/client/sec_echo/update_n_run.bat" on Windows.
 
 Following is a summary of scenarios available.
 
@@ -15,9 +16,9 @@
 -------------------
 1.          Timestamp
 2.          UsernameToken
-3.          Encryption        
-4.          Signature           
-5.          A complete scenario to show :Timestamp, UsernameToken, Encrypt, Sign 
+3.          Encryption
+4.          Signature
+5.          A complete scenario to show: Timestamp, UsernameToken, Encrypt, Sign
 
 FAQ:
 ---
@@ -29,26 +30,27 @@
 
 * I am in a HURRY and I need to try a scenario
 --------------------------------------------
-If you are in a real hurry and need to try a scenario please use the
-test_scen.sh
+If you are in a real hurry and need to try a scenario please use "test_scen.sh".
+
 Usage : %sh test_scen.sh scenarioX server-port
-e.g. %sh test_scen.sh scenario3 8080
+E.g. %sh test_scen.sh scenario3 8080
 
 * I need to try all the scenarios
 -------------------------------
 In this case please use the script run_all.sh.
+
 Usage: %sh run_all.sh server-port
-e.g. %sh run_all.sh 8080
+E.g. %sh run_all.sh 8080
 
 * I need to see the messages exchanged
 --------------------------------------
-For that you may use the TCP Monitor utility.
-http://ws.apache.org/commons/tcpmon/
-Make sure that you give the correct port that you configured in TCPMon
-while running the scripts
+You may use the TCP Monitor utility: http://ws.apache.org/commons/tcpmon/
+
+Make sure that you give the correct port that you have configured in TCPMon
+while running the scripts.
 
 * I cannot run samples and log says keys cannot be loaded
---------------------------------------------------------
+---------------------------------------------------------
 Check you rpolicy files. Make sure that you have correct paths specified for
-key/certificate files
+key/certificate files.