User: user57  
  Date: 02/03/08 18:42:12

  Modified:    src/etc/conf/default jboss-service.xml
  Log:
   o fixed typeo
   o removed ../../deploy it might confuse someone
  
  Revision  Changes    Path
  1.35      +4 -5      jboss/src/etc/conf/default/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss-service.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- jboss-service.xml 8 Mar 2002 05:30:47 -0000       1.34
  +++ jboss-service.xml 9 Mar 2002 02:42:11 -0000       1.35
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE server>
  -<!-- $Id: jboss-service.xml,v 1.34 2002/03/08 05:30:47 schaefera Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.35 2002/03/09 02:42:11 user57 Exp $ -->
   
   <!-- ===================================================================== -->
   <!--                                                                       -->
  @@ -28,13 +28,12 @@
       <attribute name="ScanPeriod">5000</attribute>
   
       <!-- 
  -       | URLs are comman seperated and unprefixed argumenst are considered
  +       | URLs are comma seperated and unprefixed arguments are considered
          | file URLs and resolve relative to server home unless the given path
          | is absolute.
        -->
       <attribute name="URLs">
  -       ./deploy,
  -       ../../deploy
  +       ./deploy
       </attribute>
     </mbean>
   
  @@ -167,7 +166,7 @@
   
     <!-- RMI/JRMP invoker -->
     <mbean code="org.jboss.invocation.jrmp.server.JRMPInvoker" 
  -   name="jboss:service=invoker,type=jrmp">
  +         name="jboss:service=invoker,type=jrmp">
       <attribute name="RMIObjectPort">4444</attribute>
       <!--
       <attribute name="RMIClientSocketFactory">custom</attribute>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to