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 06:31:22 UTC

cvs commit: avalon-phoenix/src/conf kernel.xml

donaldp     2003/04/04 20:31:22

  Modified:    src/conf kernel.xml
  Log:
  Dont start Http adaptor by default
  
  Revision  Changes    Path
  1.30      +3 -3      avalon-phoenix/src/conf/kernel.xml
  
  Index: kernel.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/src/conf/kernel.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- kernel.xml	20 Mar 2003 02:34:14 -0000	1.29
  +++ kernel.xml	5 Apr 2003 04:31:22 -0000	1.30
  @@ -53,10 +53,10 @@
             <manager-adaptor-port>8082</manager-adaptor-port>
   
               <!--
  -              If you wish to disable the HTTP adaptor altogether
  -              then uncomment the following line.
  +              If you wish to enable the HTTP adaptor altogether
  +              then comment the following line.
               -->
  -          <!--<enable-http-adaptor>false</enable-http-adaptor>-->
  +          <enable-http-adaptor>false</enable-http-adaptor>
   
             <!--
               The Http Adaptor will use the $PHOENIX_HOME/conf/xsl directory
  
  
  

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