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 na...@apache.org on 2008/01/04 06:06:50 UTC

svn commit: r608746 - /webservices/rampart/trunk/java/release-docs/README.txt

Author: nandana
Date: Thu Jan  3 21:06:49 2008
New Revision: 608746

URL: http://svn.apache.org/viewvc?rev=608746&view=rev
Log:
Added the information about provision of unlimited security jurisdiction 

Modified:
    webservices/rampart/trunk/java/release-docs/README.txt

Modified: webservices/rampart/trunk/java/release-docs/README.txt
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/java/release-docs/README.txt?rev=608746&r1=608745&r2=608746&view=diff
==============================================================================
--- webservices/rampart/trunk/java/release-docs/README.txt (original)
+++ webservices/rampart/trunk/java/release-docs/README.txt Thu Jan  3 21:06:49 2008
@@ -17,13 +17,22 @@
 rahas-1.2.mar     - STS module - to be used to add STS operations to a service
 
 samples  - This contains samples on using Apache Rampart and configuring
-           different conponents to carryout different WS-Sec* operations.
+           different components to carryout different WS-Sec* operations.
 
 README.txt - This file
 
 build.xml - Setup file to copy all jars to required places
 
-IMPORTANT: Before you try any of the samples makesure you
+IMPORTANT: 
+Before you build rampart from source distribution, you need provision for 
+unlimited security jurisdiction as some of the test cases use key size of
+256. So you need to download jce_policy-x_y_z.zip (relevant to your JDK version)
+and extract the jar files local_policy.jar and US_export_policy.jar to 
+$JAVA_HOME/jre/lib/security. These files are listed in sun download site,
+under the your JDK version as Java(TM) Cryptography Extension (JCE) Unlimited 
+Strength Jurisdiction Policy Files.     
+
+Before you try any of the samples makesure you
 
 1.) Have the Axis2 standard binary distribution downloaded and extracted.
 2.) Set the AXIS2_HOME environment variable