[jboss-cvs] JBossAS SVN: r80968 - trunk/testsuite/imports.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Nov 13 19:48:14 EST 2008
Author: anil.saldhana at jboss.com
Date: 2008-11-13 19:48:14 -0500 (Thu, 13 Nov 2008)
New Revision: 80968
Modified:
trunk/testsuite/imports/server-config.xml
Log:
JBAS-4154: correct the sec mgr debug
Modified: trunk/testsuite/imports/server-config.xml
===================================================================
--- trunk/testsuite/imports/server-config.xml 2008-11-13 23:27:09 UTC (rev 80967)
+++ trunk/testsuite/imports/server-config.xml 2008-11-14 00:48:14 UTC (rev 80968)
@@ -113,11 +113,11 @@
<jvmarg value="-Djava.security.manager"/>
<jvmarg value="-Djava.security.policy==${build.resources}/securitymgr/server.policy"/>
<sysproperty key="java.protocol.handler.pkgs" value="org.jboss.handlers.stub"/>
- <!-- Replace for security manager debug verbose info
<jvmarg value="-Djava.security.debug=failure"/>
- -->
+ <!-- Replace for security manager debug verbose info
<jvmarg value="-Djava.security.debug=access,failure,policy"/>
+ -->
<sysproperty key="java.net.preferIPv4Stack" value="true" />
<sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed" />
More information about the jboss-cvs-commits
mailing list