Manages the run state of the embedded web server that is installed as a part of Watson Explorer Engine.
velocity-webserver [-help] [-installation-dir /path/to/engine/installation] [-quiet] [start|stop|restart|graceful|configtest|uninstall|install|info]
The velocity-webserver command is located in the bin subdirectory of a Watson Explorer Engine installation. (On Microsoft Windows systems, this command has the .exe file extension.) Executing this command with one of the start|stop|restart|graceful changes the execution state of the Watson Explorer Engine web server in the indicated fashion. Executing this command with the configtest option enables you to verify that the web server's configuration file is syntactically correct. Executing this command with the info options displays information about the status of the web server and the URL at which it can be contacted. The graceful option is only available on Linux systems, and restarts the Watson Explorer Engine embedded web server without terminating any activae connections. The uninstall and install options are only available on Microsoft Windows systems, and respectively uninstall or install Watson Explorer Engine's embedded web server as a Window service.
The webserver is not enabled.
You can enable the embedded webserver using the velocity-config, and then start it using the velocity-webserver start command. Once enabled, the web server will be started automatically by the velocity command.
The webserver is enabled and not running.
The url for the Velocity administrative interface is:
http://localhost:9080/vivisimo/cgi-bin/admin
To access the administrative interface from another computer, replace
'localhost' with the DNS name or IP address of this
server.
You can start the web server manually by executing the velocity-webserver start command. Once enabled, the web server will be started automatically by the velocity command.
The webserver is enabled and running.
The url for the Velocity administrative interface is:
http://localhost:9080/vivisimo/cgi-bin/admin
To access the administrative interface from another computer, replace
'localhost' with the DNS name or IP address of this server.
When executed with no arguments, the velocity-webserver command displays the same output as if it had been called with its --help option.
Depending on the command-line options that you specify, you may be prompted for other information or see additional messages, such as the following:
See the Watson Explorer Engine Message Reference Manual for detailed information about any other messages that you may receive from the velocity-webserver command.
Exits with status 0 when the command is successful.