If starting Geronimo in the background you can redirect the stdout and stderr streams by setting the environment variable GERONIMO_OUT (See $GERONIMO_HOME/bin/geronimo.sh for details). To redirect other files, such as the server.log, you'll need to edit the $GERONIMO_HOME/var/log/server-log4j.properties file as per your requirements.
HTH Joe On 11/1/06, Kevan Miller <[EMAIL PROTECTED]> wrote:
On Nov 1, 2006, at 9:47 AM, Peter Nabbefeld wrote: > Hello! I want to have all my geronimo logs in /var/log/geronimo, so > I'd > need to configure the path for the startup log (using geronimo 1.1). > While I'd be able to modify the startup script, fo course, I'd > prefer to > have a simple configuration option - anything in 1.1.1 or planned for > the future? Peter, I don't think it supports your precise requirement, but have you tried setting GERONIMO_BASE? Something like 'export GERONIMO_BASE=/ var/geronimo' may be as close as you can currently get... geronimo.sh is the script that controls the launching of geronimo. It defaults a number of settings from GERONIMO_BASE. I assume you'd basically need to move/copy your <geronimo-install-dir>/var to /var/ geronimo/ --kevan
