Figure 5 Darkslide configuration file
<?xml version="1.0" encoding="UTF-8"?>
<queryengine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" \
xsi:noNamespaceSchemaLocation="QueryEngineConfig.xsd">
<datasource>
<!-- This is just a descriptive name for the connection -->
<name>Axis XML DB driver</name>
<!-- The XML DB classname -->
<driver>org.apache.xindice.client.xmldb.DatabaseImpl</driver>
<!-- The Driver String to connect. -->
<url>xmldb:xindice:///db/</url>
<!-- The username to connect as. Not used at this time-->
<username></username>
<!-- The password to connect as. Not used at this time-->
<password></password>
<!-- The Collection that contains the host accounting. -->
<collection>examplecluster</collection>
</datasource>
<!- FINEST, FINE, INFO, SEVERE -->
<debugging>SEVERE</debugging>
<!-- Config for the user report, such as the title -->
<userreport>
<title>My Clusters Accounting Data</title>
</userreport>
</queryengine>
|