On Mon, Oct 26, 2009 at 7:21 AM, Sami Jaber <[email protected]> wrote:

> So, my questions are :
> 1) Why is it required to validate web.xml with jetty validator when we run
> in -noserver mode ?
>

Looks like either an oversight, or else we left it in thinking it'd be net
more helpful than harmful.


> 2) Why JettyNullLogger is applied by default in this static
> non-configurable bloc ? In my case, I did not get the real error ...
>

IIRC, static initialization of any Jetty classes causes spam to go to stdout
if you haven't preconfigured some logging.  In this case, we'd ideally want
to swap in an appropriate logger for errors before we do something that
could fail, but it'd require a little experimentation, which it sounds like
you may be well setup to do. ;)

Patches would be welcome for both of these.
Scott

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to