You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by ks...@apache.org on 2002/02/07 10:40:36 UTC

cvs commit: xml-xindice/java/src/org/apache/xindice/server/services GopherServer.java

kstaken     02/02/07 01:40:36

  Modified:    config   system.xml
  Removed:     java/src/org/apache/xindice/server/services
                        GopherServer.java
  Log:
  Removing the gopher server
  
  Revision  Changes    Path
  1.2       +1 -5      xml-xindice/config/system.xml
  
  Index: system.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/config/system.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- system.xml	6 Dec 2001 19:33:45 -0000	1.1
  +++ system.xml	7 Feb 2002 09:40:35 -0000	1.2
  @@ -16,10 +16,6 @@
                  </queryengine>
               </root-collection>
            </service>
  -         <service class="org.apache.xindice.server.services.GopherServer" name="GopherServer">
  -            <bind chunksize="32768" host="" keepalive="16" linger="1000" port="4070" reverse="no" timeout="300" />
  -            <welcome>Welcome to a Xindice-powered Gopher site.</welcome>
  -         </service>
            <service class="org.apache.xindice.server.services.HTTPServer" docroot="./docs/" name="HTTPServer">
               <bind chunksize="32768" host="" keepalive="16" linger="1000" port="4080" reverse="no" timeout="300" />
               <aliases>
  @@ -198,4 +194,4 @@
            <mimetype ext="ice" type="x-conference/x-cooltalk" />
         </mime>
      </common>
  -</xindice>
  \ No newline at end of file
  +</xindice>