view contrib/make_flys_release/confs/backend-db.xml @ 4656:442fbb290fa8

Introduce river mapfile generation (WARNING: Changes in config xml files required!). On startup the RiverMapfileGeneratorStarter is called by the server app. The starter invokes a call to RiverMapfileGenerator.generate() which reads all available rivers from the database and generates layers for each river (in theory...uncompleted) in a river.map file. The old MapfileGenerator which generates layers that have artifact dependencies is now in ArtifactMapfileGenerator.
author Christian Lins <christian.lins@intevation.de>
date Tue, 11 Dec 2012 15:24:24 +0100
parents 7e82d51c5a27
children 8118f9b0ee7b
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" ?>
<backend-database>

    <user>flys293</user>
    	<password>flys293</password>
    	<dialect>org.hibernate.dialect.PostgreSQLDialect</dialect>
    	<driver>org.postgresql.Driver</driver>
    <url>jdbc:postgresql://czech-republic.atlas.intevation.de:5432/flys29</url>

    <!--
	<user>flys27</user>
	<password>flys27</password>
	<dialect>org.hibernatespatial.oracle.OracleSpatial10gDialect</dialect>
	<driver>oracle.jdbc.driver.OracleDriver</driver>
	<url>jdbc:oracle:thin:@//czech-republic.atlas.intevation.de:1521/XE</url>
    -->

</backend-database>

http://dive4elements.wald.intevation.org