From 7ab0676c686a45df10325dc96ec42e5f3210d9d7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 17 Sep 2009 11:24:02 +0200 Subject: [PATCH] Update test1 to not use option -t. --- doc/book.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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. -- 1.7.10.4