You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ru...@apache.org on 2006/03/29 11:07:00 UTC

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

Author: ruchithf
Date: Wed Mar 29 01:06:58 2006
New Revision: 389717

URL: http://svn.apache.org/viewcvs?rev=389717&view=rev
Log:
Updated the security sample: README.txt

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=389717&r1=389716&r2=389717&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/resources/security/README.txt (original)
+++ webservices/axis2/trunk/java/modules/samples/resources/security/README.txt Wed Mar 29 01:06:58 2006
@@ -16,7 +16,7 @@
 2.) To engage the security (WSS4J) module add the following line to axis2.xml in axis
 	<module ref="security"/>
 3.) Copy samples/security/SecureService.aar to axis2/WEB-INF/services/ directory
-4.) Copy all jars in the samples/security/lib directory to axis2/WEB-INF/lib/
+4.) Copy all jars other than the secUtil.jar in the samples/security/lib directory to axis2/WEB-INF/lib/
 5.) Copy the downloaded security-0.95.mar to Axis2/WEB-INF/modules/ directory
 6.) Start Tomcat