Configuring a Non-Deployed Application

For applications in your WCC development environment (such as the Workspace application or a custom WCC application), you can make configuration changes directly in the local configuration files.

The following provides the location of each of the configuration files available:

  • config.xml - This file contains a variety of configuration parameters, such as default user options, specifying the session timeout value, etc. All of the configuration parameters available in the config.xml file are described in Configuring the Application.
  • userAccess.xml - This file is used to specify which functions users can access in the application, based on the privileges held by the user. For information about configuring user access, see Configuring User Access.
  • eventRoles.xml - This file is used to map privileges to event roles; event roles are used to configure events differently based on a user’s privileges. For more information, see Mapping Privileges to Event Roles.

    Note - There are also some configuration files in the \JSXAPPS\base\locale\ directory that specify how events are displayed in the application. For information about these configuration files, see Configuring Events.

  • customInterfaces.xml - This file is used to configure custom interfaces that allow custom menus and toolbar buttons to be displayed in a WCC application that, when selected, display TIBCO General Interface prototypes, web pages displayed in iFrames, or web pages displayed in TIBCO PageBus Managed Hub iFrames. For more information, see Custom Interfaces.
  • wccConfig.xml - This file is used to specify things such as whether or not to load previously loaded resources when loading the application in General Interface Builder. For more information, see WCC Configuration File.

All of these configuration files are located in the following directory:

StudioHome\wcc\version\JSXAPPS\WCCProjectName\

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.
  • WCCProjectName is the name of the General Interface Builder project that contains your custom application. If you are working with the Workspace application, this is “workspace”.