Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<?xml version="1.0" encoding="UTF-8"?>

<clientConfiguration xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/clientConfig.xsd">

    <databaseServer>                             

        <!—Keuze uit: postgresql, oracle of sqlserver -->

         <dbServerType>postgresql</dbServerType>                              

         <dbServerName>db_serverhostname</dbServerName>

         <dbServerPort>db_port </dbServerPort>

         <dbInstanceName>database name</dbInstanceName>

         <dbInstanceUser>user</dbInstanceUser>

         <!-- <dbInstancePassword>clear text password</dbInstancePassword> -->

         <dbInstanceEncryptedPassword>encrypted password</dbInstanceEncryptedPassword>

           </databaseServer>

<!-- The JMSServer section is only required for the writing of timeseries
     For a read only instance this section must be omitted. -->
     <jmsServer>
        <!-- JBOSS version -->
        <appServerType>jboss7</appServerType>
        <!-- JBOSS server name or IP -->
        <appServerName>L00560</appServerName>
        <!-- Listener port of JBOSS. Depends on JBOSS version used -->
        <appServerPort>4447</appServerPort>
        <!-- Root element of JNDI queue -->
        <rootJNDI>/TEST/REGION/MC00/</rootJNDI>        
    </jmsServer>
</clientConfiguration>

log4j.properties

...