Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Question on configuration…..

Hi Jan,

Thank you for your response! I'll check the repository asap to see the changes.

Based on your answer, can I conclude that my configuration file is in essence OK? It is only logging?
I saw that 'Greg' committed a small repair regarding logging too, I guess this is related to the logs-without-timestamp logs on std out??

Thnx again

Cheers

Dannes


On Mon, Nov 12, 2012 at 5:01 AM, Jan Bartel <janb@xxxxxxxxxxx> wrote:
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 <dizzzz@xxxxxxxxxxxx> 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
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users




--
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com – Developer advice, services and support
from the Jetty & CometD experts.

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users




--
eXist-db Native XML Database - http://exist-db.org
Join us on linked-in: http://www.linkedin.com/groups?gid=35624

Back to the top