The command syntax for executing the tasks is:
component-manager-cmd task-name [options]
The
task-name argument is the task to be performed by
the utility, such as the
createCrawls task. The task options vary, depending on
the task. However, these options can be used with any task:
-h(or--host) specifies the host name of the machine on which the CAS Service is running. If the flag is omitted, it defaults to the value of thecom.endeca.itl.cas.server.hostproperty inworkspace\CAS\conf\commandline.properties. If the property is not set, the value then defaults tolocalhostas the host name.-p(or--port) specifies the port on which CAS Service is listening. If the flag is omitted, it defaults to the value of thecom.endeca.itl.cas.server.portproperty in. If the property is not set, the value then defaults to<install path>\workspace\CAS\conf\commandline.properties8500as the port number.-l(or--isPortSsl) specifies whether to communicate with the service using an HTTPS connection. A value oftrueuses HTTPS and treats thecom.endeca.itl.cas.server.portproperty as an SSL port. A value offalseuses HTTP and treatscom.endeca.itl.cas.server.portas a non-SSL port. Specifyfalseif you enabled redirects from a non-SSL port to an SSL port. Optional.

