Author: azeez Date: Thu Jun 4 14:50:41 2009 New Revision: 37825 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=37825
Log: Adding the pre-requisite to the top of the README file Modified: trunk/wsas/java/modules/samples/sts-sample/README Modified: trunk/wsas/java/modules/samples/sts-sample/README URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/sts-sample/README?rev=37825&r1=37824&r2=37825&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/sts-sample/README (original) +++ trunk/wsas/java/modules/samples/sts-sample/README Thu Jun 4 14:50:41 2009 @@ -3,6 +3,12 @@ Please refer sample-guide.html for detailed instructions Security Token Service on WSAS Documentation. +Pre-requisite: +You need to download Java Cryptography Extension (JCE) Unlimited Strength +Jurisdiction Policy Files 5.0 from http://java.sun.com/javase/downloads/index_jdk5.jsp +and copy the two jar files from the extracted jce directory +(local_policy.jar and US_export_policy.jar) to $JAVA_HOME/jre/lib/security. + Please follow the given steps: 1.) Setup the sample by running the given Apache Ant build. @@ -38,8 +44,4 @@ Notes: -1. You need to download Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 5.0 - from http://java.sun.com/javase/downloads/index_jdk5.jsp and copy the two jar files from the extracted jce directory (local_policy.jar and US_export_policy.jar) - to $JAVA_HOME/jre/lib/security. - -2. Make sure <hello-service-http-address> is exactly the same as the url you added as a trusted service to the STS +1. Make sure <hello-service-http-address> is exactly the same as the url you added as a trusted service to the STS _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
