[jboss-cvs] JBossAS SVN: r106618 - branches/JBPAPP_5_1/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 12 18:30:14 EDT 2010


Author: anil.saldhana at jboss.com
Date: 2010-07-12 18:30:14 -0400 (Mon, 12 Jul 2010)
New Revision: 106618

Modified:
   branches/JBPAPP_5_1/main/src/bin/server.policy.cert
Log:
some comments added

Modified: branches/JBPAPP_5_1/main/src/bin/server.policy.cert
===================================================================
--- branches/JBPAPP_5_1/main/src/bin/server.policy.cert	2010-07-12 22:12:45 UTC (rev 106617)
+++ branches/JBPAPP_5_1/main/src/bin/server.policy.cert	2010-07-12 22:30:14 UTC (rev 106618)
@@ -1,9 +1,16 @@
 // The Java2 security policy for EAP5 with signed jars
 // Install with -Djava.security.policy==server.policy.cert
-// and -Djboss.home.dir=path_to_jboss_distribution
+// -Djboss.home.dir=path_to_jboss_distribution
+// -Djboss.server.home.dir= path to the server distro (default, production etc)
 
+
+//********************************************************
+// Keystore should be where you have imported the Red Hat
+// Code Signing Public Key
+//********************************************************
 keystore "file:${java.home}/lib/security/cacerts";
 
+
 // ***************************************
 // Trusted core Java code
 //***************************************



More information about the jboss-cvs-commits mailing list