Mercurial > dive4elements > river
view contrib/init.d/d4e-start @ 9797:74bbf3c5d1ec 3.2.x
Fixup rev. cd07130ded8d
... which missed to set the URIEncoding for the AJP connector.
This led to encoding errors in map printing if URL parameters
contained non-ASCII characters.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 02 Nov 2023 17:59:28 +0100 |
parents | 1709c429818a |
children |
line wrap: on
line source
#!/bin/bash cd $FLYSDIR /usr/bin/java -classpath $CLASSPATH $ARGS $MAINCLASS >> $LOGFILE 2>&1& echo $! > $D4E_PID