Launching a WCC Application Using Default Configuration Files

A WCC application can be launched using parameters from the default configuration files, rather than the configuration files that have been written to the database. This can be used if data persisted for configuration is somehow corrupted, causing problems loading the application.

You must be the System Administrator (the tibco-admin user in the out-of-the-box system) to use this feature.

To launch the application using the default configuration files, include “?config=default” in the URL. For example:

http://Austin:8080/accounts/accounts.html?config=default

The following default configuration files are loaded:

  • config.xml
  • userAccess.xml
  • eventRoles.xml
  • eventLocale.xml (and all locale-specific versions)
  • For each eventRole defined in eventRoles:
    • eventsAttributes.xml
    • eventsDescriptions.xml
    • eventsLinks.xml
    • eventsViewTemplates.xml

Once logged in, the Configuration Administrator can be used to edit the persisted configurations—for information about the Configuration Administrator, see the Using the Configuration Administrator.