You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ru...@apache.org on 2006/05/04 04:50:29 UTC

svn commit: r399517 - /webservices/axis2/trunk/java/modules/samples/resources/security/README.txt

Author: ruchithf
Date: Wed May  3 19:50:28 2006
New Revision: 399517

URL: http://svn.apache.org/viewcvs?rev=399517&view=rev
Log:
s/aegis/rampart

Modified:
    webservices/axis2/trunk/java/modules/samples/resources/security/README.txt

Modified: webservices/axis2/trunk/java/modules/samples/resources/security/README.txt
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/resources/security/README.txt?rev=399517&r1=399516&r2=399517&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/resources/security/README.txt (original)
+++ webservices/axis2/trunk/java/modules/samples/resources/security/README.txt Wed May  3 19:50:28 2006
@@ -13,8 +13,8 @@
 
 1.) Download the rampart-1.0.mar and addressing-1.0.mar from 
 	http://ws.apache.org/axis2/modules/
-2.) To engage the aegis (WSS4J) module add the following line to axis2.xml in axis
-	<module ref="aegis"/>
+2.) To engage the rampart (WSS4J) module add the following line to axis2.xml in axis
+	<module ref="rampart"/>
 3.) Copy samples/security/SecureService.aar to axis2/WEB-INF/services/ directory
 4.) Copy all jars other than the secUtil.jar in the samples/security/lib directory to axis2/WEB-INF/lib/
 5.) Copy the downloaded rampart-1.0.mar to Axis2/WEB-INF/modules/ directory