Re: configuring Jetty to log into a file

2009-12-07 Thread Johannes Lichtenberger
On Mon, 2009-12-07 at 06:52 +0100, Jos Snellings wrote: > Look for any log4j.xml or log4j.properties in the classpath. > There is a log4j.xml in the cocoon samples > in ./rcl-config/WEB-INF/log4j.xml. A log file is created in name="File" value="./target/work/log/cocoon.log"/> > Jos Hello Jos, I

Re: configuring Jetty to log into a file

2009-12-06 Thread Jos Snellings
Look for any log4j.xml or log4j.properties in the classpath. There is a log4j.xml in the cocoon samples in ./rcl-config/WEB-INF/log4j.xml. A log file is created in Jos On Sun, 2009-12-06 at 22:39 +0100, Johannes Lichtenberger wrote: > Well, it's maybe not really cocoon specific, but I use mvn je

configuring Jetty to log into a file

2009-12-06 Thread Johannes Lichtenberger
Well, it's maybe not really cocoon specific, but I use mvn jetty:run to run jetty and I'm getting an Error in a recursive function so the stack trace is too long to follow in my shell. Does perhaps someone know how to configure jetty to log stacktraces in a file? greetings, Johannes