[jboss-cvs] JBossAS SVN: r76067 - in tags/JBPAPP_4_3_0_GA_CP02: system/src/bin and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Jul 21 15:05:20 EDT 2008
Author: fnasser at redhat.com
Date: 2008-07-21 15:05:20 -0400 (Mon, 21 Jul 2008)
New Revision: 76067
Modified:
tags/JBPAPP_4_3_0_GA_CP02/server/src/etc/conf/default/jboss-service.xml
tags/JBPAPP_4_3_0_GA_CP02/system/src/bin/run.conf
Log:
>From Deepak Bhole: Fix JBPAPP-780 and JBPAPP-907
Modified: tags/JBPAPP_4_3_0_GA_CP02/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- tags/JBPAPP_4_3_0_GA_CP02/server/src/etc/conf/default/jboss-service.xml 2008-07-21 19:03:37 UTC (rev 76066)
+++ tags/JBPAPP_4_3_0_GA_CP02/server/src/etc/conf/default/jboss-service.xml 2008-07-21 19:05:20 UTC (rev 76067)
@@ -211,7 +211,7 @@
<!-- The address to use for the host portion of the RMI codebase URL -->
<attribute name="Host">${java.rmi.server.hostname}</attribute>
<!-- Should non-EJB .class files be downloadable -->
- <attribute name="DownloadServerClasses">true</attribute>
+ <attribute name="DownloadServerClasses">false</attribute>
<!-- Should resources other than .class files be downloadable. Both
DownloadServerClasses and DownloadResources must be true for resources
to be downloadable. This is false by default because its generally a
Modified: tags/JBPAPP_4_3_0_GA_CP02/system/src/bin/run.conf
===================================================================
--- tags/JBPAPP_4_3_0_GA_CP02/system/src/bin/run.conf 2008-07-21 19:03:37 UTC (rev 76066)
+++ tags/JBPAPP_4_3_0_GA_CP02/system/src/bin/run.conf 2008-07-21 19:05:20 UTC (rev 76067)
@@ -40,7 +40,7 @@
# Specify options to pass to the Java VM.
#
if [ "x$JAVA_OPTS" = "x" ]; then
- JAVA_OPTS="-Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
+ JAVA_OPTS="-Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true"
fi
# Sample JPDA settings for remote socket debuging
More information about the jboss-cvs-commits
mailing list