Configuring Watson Explorer Modules
After installation, each installed module needs to be configured. The amount of configuration required varies by module. Most of the Watson™ Explorer modules have a configuration tool that needs to be run. This tool is used to configure basic settings, such as port location. Additional configuration tasks will be required for some modules.
- Linux: /opt/ibm/WEX/nameofmodule
- Windows: \Program Files\IBM\WEX\nameofmodule
Module | Configuration File Name (Microsoft Windows add .exe extension) |
---|---|
Zookeeper | zookeeper-config |
Application Builder | appbuilder-config |
Results Module | resultsmodule-config |
Watson Explorer Engine | embedded-webserver-config |
After configuring each module, you should integrate it into your system's startup and shutdown processes. See Integrating Other Watson Explorer Modules Into the Startup/Shutdown Process.
appbuilder-config -quiet -enable-service
appbuilder-config -quiet -clientPort 2182
SILENT CONFIGURATION: You may configure Watson Explorer modules in non-interactive mode (also referred to as silent or quiet mode) after initially installing and configuring each module. To do so, add the -quiet flag to the configuration file call or write a Bash, Powershell, or command prompt script wrapper.