CAPShell Overview
General
The CoreMedia CapShell provides command line access to your capsevers.
First steps
You can connect to the server using the commands
- connect - connects to a capserver
- wfconnect - connects to a workflowserver
As parameter they both take a login url (which is formatted similar to oracle's):
domain.user/name@http://host:port/coremedia/ior
or
domain.user/name@http://host:port/workflow/ior
The prefix http:// and postfix /[coremedia|workflow]/ior as well as the domain are optional.
The following forms are also valid:
- user/name -- host and port taken
from last login or capclient.properties
- @http://myserver:44441/coremedia/ior -- user/password
taken from environment
The shell can also be started with the above connection url:
bin/cm capshell user/password@myserver:4441
Once logged in, the command wfconnect can connect the shell to a workflowserver
to
allow commands like ps, kill, wfinfo, etc to work. Notice however, that the
workflow
server you connect to MUST be identical to the one specified in the file
workflowclient.properties!
Further Documentation
CAPShell Man Page
Command Overview
This product contains software of the Apache Software Foundation (http://www.apache.org).