view flys-aft/bin/run.sh @ 5757:036d5591e65d

Add white.png as a workaround that mapfish print does not support painting backgrounds of a fixed size
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 18 Apr 2013 11:41:55 +0200
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