Troubleshooting the festival.xml file
If you do not edit the values in the version that is installed by default, DWA does not run correctly. For instructions about how to configure the festival.xml file, see Setting up the DWA server.
The repository property in the festival.xml file must contain the repository identifier of the IBM Engineering Requirements Management DOORS (DOORS) database server. If this value is incorrect, DWA cannot retrieve and display the expected data.
The festival.xml file and SSL
By default, OSLC OAuth requests are redirected to use SSL. Modify the festival.xml file and set ForceHttpsForAuthenticationForOAuth to false if non-SSL requests are allowed.
The festival.xml file and OSLC
The default festival.xml file must be configured for OSLC RM v1 or OSLC RM v2 services to work.
The festival.xml and doorsRedirector.properties files are located in the following directory: <DWA install path>/server/festival/config.
Replace the placeholder values in the festival.xml file, as needed; for example, database unique identifier (repositoryUrn) and host name (MYHOSTNAME). Set ForceHttpsForAuthenticationForOAuth to false if non-SSL requests are allowed.
The OauthAccessTokenTimeout parameter controls the time at which an OAuth token will expire. This parameter is applicable to any request that submits an OAuth token for authentication. The default value is 24 hours (1440 minutes). Edit this value, as needed.
If the optional redirector service is enabled, you must modify the default values in the doorsRedirector.properties file: MY_DWA_HOSTNAME and MY_DOORS_DATABASE_HOSTNAME.