Added support for file access in GFS to facilitate static
[yaz-moved-to-github.git] / etc / yazgfs.xml
1 <!-- $Id: yazgfs.xml,v 1.2 2006-03-15 13:32:05 adam Exp $ -->
2 <!-- sample YAZ GFS config file .. see 
3   http://indexdata.dk/yaz/doc/server.vhosts.tkl -->
4 <yazgfs>
5   <listen id="public1">tcp:@:9000</listen>
6   <server id="server1" listenref="public1">
7      <directory>.</directory> <!-- directory where backend is running -->
8      <config>zebra.cfg</config>
9      <cql2rpn>pqf.properties</cql2rpn>
10      <docpath>xsl</docpath>
11      <stylesheet>xsl/default.xsl</stylesheet>
12      <explain xmlns="http://explain.z3950.org/dtd/2.0/">
13         <serverInfo>
14            <host>myserver.org</host>
15            <port>9900</port>
16            <database>Default</database>
17         </serverInfo>
18     </explain>
19   </server>
20 </yazgfs>
21