Esempio di festival.xml

Il file festival.xml è il file di configurazione principale all'interno dei servizi di interfaccia.
<!-- Brokers we know about -->
<f:endpoints>
<f:broker
name="GENERALSERVICES"
url="tcp://127.0.0.1:61616?wireFormat.tcpNoDelayEnabled=true"
user name=""
password="" />
<f:broker
name="DCSERVICES"
url="tcp://127.0.0.1:61616?wireFormat.tcpNoDelayEnabled=true"
user name=""
password="" />
<f:broker
name="RMSERVICES"
url="tcp://127.0.0.1:61616?wireFormat.tcpNoDelayEnabled=true"
user name=""
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:telelogic:ers-46dd5d7806b96973:" />
</f:mappings>

<!-- Configurable system properties -->
<f:properties>
<f:property name="licence.server.location" value="19353@localhost" />
<f:property name="display.redirector.urls" value="false" />
<f:property name="published.url.prefix"
value="http://MYHOSTNAME:8080/doors/redirector/" />
</f:properties>
</f:lsc>
</f:configuration>

Feedback