Configuring the openworkitem Application

The openworkitem application must be configured prior to using it.

Procedure

  1. Open the application’s configuration file, which is located as follows:
       StudioHome\wcc\version\JSXAPPS\openworkitem\config.xml

    where:

    • StudioHome is the directory in which TIBCO Business Studio was installed.
    • version is the version number of Workspace that was installed with TIBCO Business Studio.
  2. Locate the ActionProcessors record in the config.xml file.
  3. Set the baseUrl attribute to the URL of the Action Processor. The string in the baseUrl attribute must be in the form:
       http://Host:Port/bpm/actionprocessor/actionprocessor.servlet

    where:

    • Host is the name or IP address of the machine hosting the Action Processor. This must be the same machine on which the application is running (i.e., the Action Processor and the application must be running on the same machine).
    • Port is the port number used by the ActiveMatrix WebApp Implementation Type to communicate with web applications.

      Note - The weighting attribute is not used at this time.

  4. Save and close the config.xml file.The