You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2003/04/05 00:01:23 UTC

cvs commit: avalon-apps/simpleserver/src/conf simpleserver-config.xml

donaldp     2003/04/04 14:01:23

  Modified:    simpleserver/src/conf simpleserver-config.xml
  Log:
  Remove junk comments
  
  Revision  Changes    Path
  1.2       +3 -8      avalon-apps/simpleserver/src/conf/simpleserver-config.xml
  
  Index: simpleserver-config.xml
  ===================================================================
  RCS file: /home/cvs/avalon-apps/simpleserver/src/conf/simpleserver-config.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- simpleserver-config.xml	21 Nov 2001 17:26:00 -0000	1.1
  +++ simpleserver-config.xml	4 Apr 2003 22:01:23 -0000	1.2
  @@ -1,10 +1,5 @@
   <?xml version="1.0"?>
  -<!--
  -                                README!
   
  -    All blocks have full defaults so nothing is needed to make them run.
  -
  --->
   <config>
   
     <thread-manager>
  @@ -12,7 +7,7 @@
           <name>default</name>
   
           <!-- normal priority == 5, max-priority = 10 -->
  -        <priority>5</priority> 
  +        <priority>5</priority>
   
           <!-- are threads deamon threads ? -->
           <is-daemon>false</is-daemon>
  @@ -55,7 +50,7 @@
           </repository>
         </repositories>
     </objectstorage>
  -   
  +
     <sockets>
         <server-sockets>
           <factory name="plain"
  @@ -63,7 +58,7 @@
         </server-sockets>
   
         <client-sockets>
  -        <factory name="plain" 
  +        <factory name="plain"
                    class="org.apache.avalon.cornerstone.blocks.sockets.DefaultSocketFactory" />
         </client-sockets>
     </sockets>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org