Installation Instructions
- Download the zip file from here.
- You will also need NaradaBrokering installed and configured. Refer
to NaradaBrokering's website for details on
downloading and configuring broker / broker network.
- The following changes are required as of Version 1.0.1.2
- In
HPSEARCH_HOME, run ant repairCRLF (For UNIX systems). For
Shell scripts in HPSEARCH_HOME/bin forlder, this removes the DOS CRLF characters.
- In the file
HPSEARCH_HOME/bin/setenv.(sh/bat), if using the
synchronous version of Context service make sure the CONTEXT_MODE is
set to blank. If using the asynchronous version of context service,
set this to async.
- The HPSEARCH_HOME/conf/hpsearch.conf entries differ from the
previous versions. Set the locations of the context services in this
file.
-
Set the Shell variables
HPSEARCH_HOME and NB_HOME to point to the location where you
unzipped the hpsearch.zip file and installed NaradaBrokering, respectively
For UNIX, put the following in .bashrc (or equivalent)
- HPSEARCH_HOME=<path to hpsearch>
- NB_HOME=<path to NaradaBrokering>
For WINDOWS
- Select Control Panel > System > Advanced > Environment Variables
In System Variables, add
- HPSEARCH_HOME with value= <path to hpsearch>
- NB_HOME with value= <path to NaradaBrokering>
- Start the NaradaBrokering broker.
-
Use
HPSEARCH_HOME/bin/run.* to start the HPSearch Kernel.
You can use one of the run*.(bat/sh) files in the HPSEARCH_HOME/bin folder for starting other apps
bundled with HPSEARCH.
NOTE: Edit the .sh / .bat files to set the appropriate paths before running
-
If using different machines for broker and shell, specify the broker using
-Dbroker.host parameter.
For additional command line options refer here.
Deploying Services using WSProxy (axisServer.sh /.bat)
Refer here
Last Updated: April 26, 2006