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 ka...@apache.org on 2007/04/27 08:01:25 UTC

svn commit: r532977 - /webservices/rampart/trunk/c/INSTALL

Author: kaushalye
Date: Thu Apr 26 23:01:23 2007
New Revision: 532977

URL: http://svn.apache.org/viewvc?view=rev&rev=532977
Log:
Updating INSTALL

Modified:
    webservices/rampart/trunk/c/INSTALL

Modified: webservices/rampart/trunk/c/INSTALL
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/INSTALL?view=diff&rev=532977&r1=532976&r2=532977
==============================================================================
--- webservices/rampart/trunk/c/INSTALL (original)
+++ webservices/rampart/trunk/c/INSTALL Thu Apr 26 23:01:23 2007
@@ -18,7 +18,7 @@
 ============================================
 1. Copy modules/rampart to $AXIS2C_HOME/modules
 2. Copy samples/server/sec_echo to $AXIS2C_HOME/services/
-3. Engage rampart as described in step 3 of section "Engage Rampart/C with axis2/C"
+3. Engage rampart as described in section "Engage Rampart/C with axis2/C"
 4. Go to samples/secpolicy/ and try a scenario
     %s test_scen.sh scenarioX server-port
 
@@ -34,12 +34,12 @@
     <module ref="rampart"/>
 
 Apart from that you must define security policies for outgoing messages and incoming messages.
-This can be done adding parameters as follows
+This can be done adding parameters as follows in the same descriptor file that you engaged rampart. 
     <parameter name="OutflowSecurityPolicy">/your/path/to/outgoing-secpolicy.xml</parameter>
     <parameter name="InflowSecurityPolicy">/your/path/to/incoming-secpolicy.xml</parameter>
+    
+NOTE: There are several samples security policy xml files for different scenarios under samples/secpolicy/
 
-
-NOTE: See the README file in samples/client/sec_echo for more information on configuration setup.
 
 
 Thank you for using Rampart/C