コア構成ファイルの例

festival.xml ファイルは、Rational® DOORS® Web Access のコア構成ファイルです。
U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP 
 Schedule Contract with IBM Corp.
-->
<f:configuration 
   xmlns="http://www.telelogic.com/festival/1.0"
   xmlns:f="http://www.telelogic.com/festival/1.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   instanceId="">
      
<f:lsc>
   <!-- Brokers we know about -->
   <f:endpoints>
      <f:broker 
         name="GENERALSERVICES" 
         url="tcp://127.0.0.1:61616?wireFormat.tcpNoDelayEnabled=true&amp;wireFormat.maxInactivityDuration=0" 
         username="" 
         password="" />
         
      <f:broker 
         name="DCSERVICES" 
         url="tcp://127.0.0.1:61616?wireFormat.tcpNoDelayEnabled=true&amp;wireFormat.maxInactivityDuration=0" 
         username="" 
         password="" />
            
      <f:broker 
         name="RMSERVICES" 
         url="tcp://127.0.0.1:61616?wireFormat.tcpNoDelayEnabled=true&amp;wireFormat.maxInactivityDuration=0" 
         username="" 
         password="" />      
   </f:endpoints>

   <!-- Mapping from Repository IDs to the broker we use to reach the repository -->
   <f:mappings>
      <f:repository-mapping 
         enabled="true" 
         endpoint="RMSERVICES"
         name="DOORS ERS Repository"
         repositoryUrn="urn:rational:ers-46dd5d7806b96973:" />
   </f:mappings>

   <!-- Configurable system properties -->
   <f:properties>
      <f:property name="licence.server.location" value="19353@license_server" />
      <f:property name="display.redirector.urls" value="false" />
      <f:property name="published.url.prefix" value="http://dwa_server:8080/doors/redirector/" />
      <f:property name="change.password.enabled" value="false"/>

      <f:property name="ForceHttpsForAuthenticationForOAuth" value="false" />

      <f:property name="oauth.domain" value="http://dwa_server:8080/dwa" />
   </f:properties>

</f:lsc>
</f:configuration>

フィードバック