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:
  • For Jython:
    AdminConfig.save()
  • For Jacl:
    $AdminConfig save

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.

  • Jython example:
    AdminTask.configureLotusWebformServer('[-nodeName node_name
     -serverName server_name -translatorHTTPLocation
     http://localhost:9080/translator -serverInstallRoot
     c:/Program Files/IBM Forms Server/4.0/WebformServer]')
  • Jacl example:
    $AdminTask configureLotusWebformServer {-nodeName node_name
     -serverName server_name -translatorHTTPLocation
     http://localhost:9080/translator
     -serverInstallRoot c:/Program Files/IBM Forms Server/4.0/WebformServer}