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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 8 11:21:04 EST 2008


Author: dimitris at jboss.org
Date: 2008-02-08 11:21:03 -0500 (Fri, 08 Feb 2008)
New Revision: 69732

Modified:
   trunk/server/src/etc/conf/default/jboss-service.xml
Log:
use DownloadServerClass=true for now.

Modified: trunk/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/default/jboss-service.xml	2008-02-08 16:11:48 UTC (rev 69731)
+++ trunk/server/src/etc/conf/default/jboss-service.xml	2008-02-08 16:21:03 UTC (rev 69732)
@@ -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">false</attribute>
+      <attribute name="DownloadServerClasses">true</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