Re: run jetty / error / custom webapp

2009-12-06 Thread Reinhard Pötz
Johannes Lichtenberger wrote: On Sat, 2009-12-05 at 23:50 +0100, Reinhard Pötz wrote: Johannes Lichtenberger wrote: Hi, I have shared a project in a subversion repository, but when I checkout the project on another place and try to start jetty (mvn jetty:run) I get the following error:

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

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 param name=File value=./target/work/log/cocoon.log/ Jos On Sun, 2009-12-06 at 22:39 +0100, Johannes Lichtenberger wrote: Well, it's