WCC Configuration File

There is a WCC configuration file, wccConfig.xml, that is created for each WCC project/application.

Note that every WCC application has its own wccConfig.xml file, whereas multiple WCC applications can reference the same config.xml file (see Multiple Applications Referencing a Single Configuration File).

The WCC configuration file contains parameters that specify things such as whether or not to load previously loaded resources when loading the application in General Interface Builder. This file is located as follows:

StudioHome\wcc\version\JSXAPPS\WCCProjectName\wccConfig.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.
  • 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”.
    Note: The wccapppath attribute in the application’s launch fragment (see WCC Application Launch Fragment) points to the directory containing the wccConfig.xml file. The wccConfig.xml file is the only file that is required in the directory specified by wccapppath.

For further information, see the comments in the wccConfig.xml file.