Hi Christoph,
The daemon script by Thomas has a typo in it.
DAEMON_ARGS="-Dosgi.clean=true -Declipse.ignoreApp=true
-Dosgi.noShutdown=true -Djetty.port=8080 -Djetty.port.ssl=8443
-Djetty.home=$ECLIPSEHOME -Dlogback.configurationFile=$
ECLISEHOME/configurations/logback.xml -Dfelix.fileinstall.dir=$ECLIPSEHOME/addons -Djava.library.path=$ECLIPSEHOME/lib -Djava.security.auth.login.config=$ECLIPSEHOME/etc/login.conf -Dorg.quartz.properties=$ECLIPSEHOME/etc/quartz.properties -Djava.awt.headless=true -jar $cp -console ${TELNETPORT}"
If you change $ECLISEHOME to $ECLIPSEHOME, you can define the location of the log file in logback.xml (use full paths, no relative paths). Worked for me ;-)
Nice script by the way.
Cheers,
David
Op zaterdag 27 april 2013 19:25:10 UTC+2 schreef Christoph Wempe het volgende: