I use jetty:run like this (using eclipse remote debugging):
mvnDebug.bat -X -e jetty:run -Dmaven.test.skip=true
with -X to see Debug messages in console but I can't see these messages in
that case - even if I can see Jetty Debug output in console for some other
actions.

I've also configured Jetty logging like this in my pom:
<requestLog implementation="org.mortbay.jetty.NCSARequestLog">
 <filename>${project.build.directory}/yyyy_mm_dd.request.log</filename>
<retainDays>90</retainDays>
 <append>true</append>
 <logTimeZone>GMT</logTimeZone>
</requestLog>
but that's not very useful anyway. The only message I have in my log file
is:
' 127.0.0.1 -  -  [19/août/2008:09:10:49 +0000] "GET /users.html HTTP/1.1"
500 150 "http://localhost:9090/persons.html"; "Mozilla/5.0 (Windows; U;
Windows NT 5.1; fr-FR) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2
Safari/525.21"

So this is an HTTP error 500. That's my only one conclusion for the moment.


Marc


'






2008/8/19 Matt Raible <[EMAIL PROTECTED]>

> How are you running your application? Are you creating a war and
> deploying to it or using jetty:run? If you use the latter, you should
> see the output in your console.
>
> Matt
>
> On Mon, Aug 18, 2008 at 4:17 AM, Marc Siramy <[EMAIL PROTECTED]>
> wrote:
> > After turning the validate from 'false' to 'true' in '/user' struts
> action ,
> > I obtain a blank page with following message when selecting 'Users' in
> the menu:
> > "An Error has occurred in this application. Please check your log
> > files for further information."
> > But I can't see any log files for Jetty (on which I run appfuse).
> >
> > So I have a few questions:
> > - where does this error come from ?
> > and/or
> > - where do Jetty log files take place ?
> >
> >
> > Marc
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to