Application

This configuration allows you to disable the application, and optionally redirect users who access the disabled application to a specified URL.

Note that the System Administrator can still log into a disabled application—see Accessing a Disabled Application by the System Administrator.

For more information, see Disabling a Currently Deployed Application.

Procedure

  1. Open the config.xml file.

    For information about how this file should be opened (i.e., via the Configuration Administrator or via the file system, see Introduction).

  2. Locate the Application record in the config.xml file.
    <record jsxid="Application" type="Workspace"
            disabled="false"
            redirectUrl=""/>
  3. Modify the attributes as follows:
    • disabled - “true” disables the application, making it inaccessible.
    • redirectUrl - A URL that you would like users who access the disabled application to be redirected.

      If the redirectUrl attribute is set to an empty string, instead of redirecting the user, the message specified in the txtAppDisabled variable is displayed (this variable is located in the ...\JSXAPPS\base\locale\locale.xml file). By default, the txtAppDisabled variable contains the message “This application is disabled.”, but can be changed and/or localized if desired.