This configuration allows you to disable the application, and optionally redirect users who access the disabled application to a specified URL.
Procedure
-
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).
-
Locate the
Application
record in the
config.xml file.
<record jsxid="Application" type="Workspace"
disabled="false"
redirectUrl=""/>
-
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.
Copyright © 2022. TIBCO Software Inc. All Rights Reserved.