From: Adam Dickmeiss Date: Thu, 17 Sep 2009 09:24:02 +0000 (+0200) Subject: Update test1 to not use option -t. X-Git-Tag: v1.2.1~39^2~4 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=7ab0676c686a45df10325dc96ec42e5f3210d9d7;p=pazpar2-moved-to-github.git Update test1 to not use option -t. --- diff --git a/doc/book.xml b/doc/book.xml index c77f60a..0bbd98e 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -289,18 +289,21 @@ cd etc cp pazpar2.cfg.dist pazpar2.cfg - ../src/pazpar2 -f pazpar2.cfg -t edu.xml + cp edu.xml settings + ../src/pazpar2 -f pazpar2.cfg And on Windows: cd etc copy pazpar2.cfg.dist pazpar2.cfg - ..\bin\pazpar2 -f pazpar2.cfg -t edu.xml + copy edu.xml settings + ..\bin\pazpar2 -f pazpar2.cfg - This will start a Pazpar2 listener on port 8004. It will proxy + This will start a Pazpar2 listener on port 9004. It will proxy HTTP requests to localhost - port 80, which we assume will be the regular HTTP server on the system. Inspect and modify pazpar2.cfg as needed - if this is to be changed. The -t option specifies the list of targets + if this is to be changed. The pazpar2.cfg includes settings from the + directory settings. to use for searches.