On Thu, Jul 03, 2003 at 10:50:04AM -0400, Tim Funk wrote: > All of the loggers may have an attibute called "directory". This may be > relative or absolute. > > No extra variables needed for other scripts - everything can stay confined > to server.xml.
thats true for all loggers but, catalina.out is produced by catalina.sh: ---- snip ---- "$_RUNJAVA" $JAVA_OPTS $CATALINA_OPTS \ -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS" -classpath "$CLASSPATH" \ ... org.apache.catalina.startup.Bootstrap "$@" start \ >> "$CATALINA_BASE"/logs/catalina.out 2>&1 ---- snip ---- catalina.out contains jvm output to STDOUT and STDERR. Is it possible to catch this output with a logger? best regards Thorsten Huber --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]