[jboss-cvs] JBossAS SVN: r76066 - in tags/JBPAPP_4_2_0_GA_CP04: 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:03:38 EDT 2008


Author: fnasser at redhat.com
Date: 2008-07-21 15:03:37 -0400 (Mon, 21 Jul 2008)
New Revision: 76066

Modified:
   tags/JBPAPP_4_2_0_GA_CP04/server/src/etc/conf/default/jboss-service.xml
   tags/JBPAPP_4_2_0_GA_CP04/system/src/bin/run.conf
Log:
>From Deepak Bhole: Fix JBPAPP-780 and JBPAPP-907

Modified: tags/JBPAPP_4_2_0_GA_CP04/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- tags/JBPAPP_4_2_0_GA_CP04/server/src/etc/conf/default/jboss-service.xml	2008-07-21 17:30:59 UTC (rev 76065)
+++ tags/JBPAPP_4_2_0_GA_CP04/server/src/etc/conf/default/jboss-service.xml	2008-07-21 19:03:37 UTC (rev 76066)
@@ -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_2_0_GA_CP04/system/src/bin/run.conf
===================================================================
--- tags/JBPAPP_4_2_0_GA_CP04/system/src/bin/run.conf	2008-07-21 17:30:59 UTC (rev 76065)
+++ tags/JBPAPP_4_2_0_GA_CP04/system/src/bin/run.conf	2008-07-21 19:03:37 UTC (rev 76066)
@@ -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