IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)

configureLotusWebformServer command

Use the configureLotusWebformServer command to configure Business Space to use IBM Forms Server and the Webform Server component. IBM Forms Server works with Human Task Management widgets.

The configureLotusWebformServer command configures Business Space to use IBM Forms Server to work with Human Task Management widgets. IBM Forms Server must be installed on the same machine where you are running the script.

After using the command, save your changes to the master configuration using one of the following commands:

If the application server is not running, supply the -conntype NONE option when running this command.

Required parameters

-serverName server_name

A parameter that specifies the server name for the configuration.

For configuring Business Space widgets on a server, you must specify both a serverName and a nodeName.

-nodeName node_name

A parameter that specifies the node name for the configuration. Either a serverName, nodeName, or clusterName is required. For configuring on a server, you must specify both a serverName and a nodeName.

-clusterName cluster_name

A parameter that specifies the cluster name for the configuration.

For configuring Business Space on a cluster, you must specify a clusterName.

–translatorHTTPLocation URL

A parameter that specifies the location of the Webform Server Translator. The default URL for the location is http://localhost:8085/translator.

-serverInstallRoot IBM_Forms_Server_install_root

A parameter that specifies the full path where IBM Forms Server is installed. For example, the IBM Forms Server installation root might be c:\Program Files\IBM Forms Server\4.0\WebformServer.

Optional parameters

-save true|false

A parameter that indicates saving your configuration changes. The default value is true.

Examples

The following example uses the configureLotusWebformServer to configure Business Space to use IBM Forms Server and the Webform Server component with the Human Task Management widgets.

Parent topic: Commands (wsadmin scripting)

Related information:

Obtaining online help using wsadmin scripting
Administrative command invocation syntax using wsadmin scripting
Use the wsadmin scripting tool
Jython script library