[jboss-cvs] JBossAS SVN: r69717 - trunk/server/src/etc/conf/default.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 7 21:58:28 EST 2008


Author: scott.stark at jboss.org
Date: 2008-02-07 21:58:28 -0500 (Thu, 07 Feb 2008)
New Revision: 69717

Modified:
   trunk/server/src/etc/conf/default/jboss-service.xml
Log:
DownloadServerClasses=false should be the default.

Modified: trunk/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/default/jboss-service.xml	2008-02-08 02:54:13 UTC (rev 69716)
+++ trunk/server/src/etc/conf/default/jboss-service.xml	2008-02-08 02:58:28 UTC (rev 69717)
@@ -207,7 +207,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




More information about the jboss-cvs-commits mailing list