[jboss-cvs] JBossAS SVN: r100781 - trunk/testsuite/src/resources/securitymgr.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 9 19:25:03 EST 2010


Author: johnbailey
Date: 2010-02-09 19:25:02 -0500 (Tue, 09 Feb 2010)
New Revision: 100781

Modified:
   trunk/testsuite/src/resources/securitymgr/server.policy
Log:
[JBAS-7713] - Updated server.policy file to reflect the new location of jmx-console.war

Modified: trunk/testsuite/src/resources/securitymgr/server.policy
===================================================================
--- trunk/testsuite/src/resources/securitymgr/server.policy	2010-02-09 23:08:24 UTC (rev 100780)
+++ trunk/testsuite/src/resources/securitymgr/server.policy	2010-02-10 00:25:02 UTC (rev 100781)
@@ -101,7 +101,7 @@
    permission java.lang.RuntimePermission "getClassLoader";
 };
 
-grant codeBase "file:${jboss.server.home.dir}/deploy/jmx-console.war/-" {
+grant codeBase "file:${jboss.home.dir}/common/deploy/jmx-console.war/-" {
    permission java.security.AllPermission;
 };
 




More information about the jboss-cvs-commits mailing list