Hi Dannes, Thanks for that log output. Looks like a log message has been accidentally put inside of a loop instead of outside of a loop. Fixed now on jetty-8, and will be in the next release.
regards Jan On 11 November 2012 23:33, Dannes Wessels <[email protected]> wrote: > Hi, > > Currently I am upgrading and restructuring the embedded jetty instance > that is part of our project (www.exist-db.org). The purpose of the change > is to have besides our own app the possibility to deploy WAR files too. Due > to legacy, it is not possible (yet) to make things OK right now (sigh), so > this is roughly the idea: > > <project-home>/webapp/ [our webapplication, with local WEB-INF etc] > <project-home>/tools/jetty/webapps/ [the location for the WAR files] > > The jetty.xml configuration is created by bundling the content of some of > the standard jetty-*.xml files into one file ; the result I pasted on > http://pastebin.com/qHtTae2j > > (note the org.exist.jetty.WebAppContext, which is a hook to be able to > gracefully shutdown the application) > > The result seems to work just fine, but when I check the logging I see a > number of 'double' or almost identical lines, which makes me a bit nervous. > To save bandwidth I posted it to on http://pastebin.com/tLyyjHdG > > My question: what is it (probably an obvious thingy) that is wrong in my > jetty.xml that seems to initialize code twice? > > Kind regards > > Dannes > > ps. > We use jetty-8.1.8.v20121106 but older versions show same behaviour > > > > > > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users > > -- Jan Bartel <[email protected]> www.webtide.com – Developer advice, services and support from the Jetty & CometD experts.
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
