view flys-aft/bin/run.sh @ 5449:504a62887217

Datacage: Compile XPath expressions and reuse them. With the introduction of filters in dc:elements XPath expressions are evalutated very often so compiling them should reduce the overhead significantly.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 27 Mar 2013 10:59:55 +0100
parents f72c253663fc
children
line wrap: on
line source
#!/bin/bash

bin_dir=`dirname $0`
bin_dir=`readlink -f $bin_dir`
exec java \
    -Dlog4j.configuration=file://$bin_dir/log4j.properties \
    -Dconfig.file=$bin_dir/../doc/conf-oracle.xml \
    -jar $bin_dir/etl.jar

http://dive4elements.wald.intevation.org