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 aj...@apache.org on 2006/05/04 14:18:52 UTC

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

Author: ajith
Date: Thu May  4 05:18:50 2006
New Revision: 399686

URL: http://svn.apache.org/viewcvs?rev=399686&view=rev
Log:
Fixing minor spelling and grammer mistakes

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=399686&r1=399685&r2=399686&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/resources/security/README.txt (original)
+++ webservices/axis2/trunk/java/modules/samples/resources/security/README.txt Thu May  4 05:18:50 2006
@@ -10,10 +10,11 @@
 Setup the service
 ------------------------------------------------------------------------------
 Please follow each of the following steps:
+Note - These instructions assume that the Axis2.war is already deployed in Tomcat
 
 1.) Download the rampart-1.0.mar and addressing-1.0.mar from 
 	http://ws.apache.org/axis2/modules/
-2.) To engage the rampart (WSS4J) module add the following line to axis2.xml in axis
+2.) To engage the rampart (WSS4J) module add the following line to axis2.xml in axis2/WEB-INF/conf/
 	<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/