vgritsenko    2004/01/28 06:24:33

  Modified:    config   xindice.xml
  Log:
  documentation. clarify what to do with this file.
  
  Revision  Changes    Path
  1.4       +18 -0     xml-xindice/config/xindice.xml
  
  Index: xindice.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/config/xindice.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- xindice.xml       1 Jan 2004 21:33:13 -0000       1.3
  +++ xindice.xml       28 Jan 2004 14:24:33 -0000      1.4
  @@ -1,3 +1,21 @@
  +<?xml version="1.0"?>
  +
  +<!--
  +  - Xindice web application context configuration file for Tomcat.
  +  -
  +  - You can use this file in two ways:
  +  -
  +  -  * Copy/paste XML below into the Tomcat's system.xml file.
  +  -    If you do not have xindice.war under $TOMCAT_HOME/webapps,
  +  -    correct docBase attribute to point to the xindice.war file.
  +  -
  +  -  * Copy this file under $TOMCAT_HOME/webapps, do *not* copy xindice.war
  +  -    under $TOMCAT_HOME/webapps. Make sure docBase points to the
  +  -    xindice.war file.
  +  -
  +  - Version: $Revision$ $Date$
  +  -->
  +
   <Context path="/xindice" docBase="xindice" debug="0" reloadable="true">
   
      <Logger className="org.apache.catalina.logger.FileLogger"
  
  
  

Reply via email to