Configuring the Application
The way in which you configure an application depends on whether the application is deployed or not.
- A deployed application - If configuring a deployed application, you can configure the application in one of two ways:
- Use the Configuration Administrator (for more information, see Using the Configuration Administrator).
When using the Configuration Administrator to configure a deployed application, you can use either of the provided editors—the graphical editor or the XML editor. The graphical editor modifies the application’s config.xml file for you—it allows you to avoid directly modifying XML. The XML editor opens the application’s config.xml file in the database—it is provided if you are comfortable directly modifying XML.
For information about using the graphical editor, see Using the Graphical Editor to Configure the Application.
For information about using the XML editor, see Modifying XML to Configure the Application.
- Directly modify files on the BPM runtime machine - For more information, see Directly Modifying Files on the BPM Runtime Machine.
For information about the location of files when directly modifying files on a BPM runtime machine, see Location of Files on a BPM Runtime Machine.
- Use the Configuration Administrator (for more information, see Using the Configuration Administrator).
- A non-deployed WCC application - If configuring a non-deployed WCC application (which might be the Workspace application), open the config.xml file in your local development environment.
The config.xml file is 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”.
If you are modifying the config.xml file to configure a non-deployed application, see Modifying XML to Configure the Application.