[Koha-devel] How do I disable PazPar2 in Koha 3 Beta 2?

Galen Charlton galen.charlton at liblime.com
Tue May 13 21:45:55 CEST 2008


Hi,

On Tue, May 13, 2008 at 2:22 PM, Ricardo Dias Marques
<lists at ricmarques.net> wrote:
>  <!-- Settings for special biblio server instance for PazPar2.
>      Because PazPar2 only connects to a Z39.50 server using TCP/IP,
>      it cannot use the Unix-domain socket that biblioserver uses.
>      Therefore, a custom server is defined. -->
>  <listen id="mergeserver">tcp:@:11001</listen>
>  <server id="mergeserver"  listenref="mergeserver">
>     <directory>/var/lib/koha/zebradb/biblios</directory>
>     <config>/etc/koha/zebradb/zebra-biblios.cfg</config>
>     <cql2rpn>/etc/koha/zebradb/pqf.properties</cql2rpn>
>  </server>

Comment both of these sections out and restart the Zebra daemon.  If
you haven't installed the pazpar2 daemon from IndexData, great, if
not, stop the pazpar2 process.

>   <pazpar2url>http://localhost:11002/search.pz2</pazpar2url>

This can be left as is.

The use of PazPar2 is invoked only if a syspref call OPACGroupResults
exists and has a true value - since the underlying feature is
experimental, that syspref is not turned on by default.  Therefore, I
suspect commenting out the pazpar2 stuff in koha-conf.xml will not
have any effect.  If I'm right about that, other possibilities to
check include:

* are the records being indexed, either by using rebuild_zebra.pl -a
-b -z in a crontab or by running zebraqueue_daemon.pl?
* if so, are there any interesting messages in the Zebra daemon log?

Regards,

Galen
-- 
Galen Charlton
Koha Application Developer
LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709



More information about the Koha-devel mailing list