Disabling an Application by Modifying the config.xml File

When an application is disabled via an updated config.xml file on the BPM runtime machine, the user is immediately notified that the application is disabled (and the browser is closed if the browser security allows it), or they are redirected to another URL (redirection is described below).

Procedure

  1. Using a text editor, open the config.xml file on the BPM runtime machine. The config.xml file is located as follows:
    %config_home%\tibcohost\Admin-environmentName-adminServer\data_3.2.x\host\plugins\com.tibco.n2.rtc.ws_Version\resources\JSXAPPS\workspace\config.xml

    Note - This method can be used only to disable the Workspace application, not a custom WCC application.

  2. Locate the jsxid="Application" record.
  3. Set the disabled attribute to "true".
  4. Optionally specify a redirection URL in the redirectUrl attribute. Users who attempt to access the disabled application will be redirected to this URL. For more information, see Redirecting to a URL.
  5. Save and close the config.xml file.