[jetty-users] jetty-maven-plugin forked execution

2011-09-15 Thread Jan Bartel
https://jira.codehaus.org/browse/JETTY-991 I've been doing some work on the above issue in order to remove the dependency on the jetty-runner jar that was introduced recently to support a forked execution of the jetty plugin. I've taken this opportunity to revisit the code. The work is being done

[jetty-users] jetty-maven-plugin forked execution

2011-09-15 Thread Jan Bartel
https://jira.codehaus.org/browse/JETTY-991 I've been doing some work on the above issue in order to remove the dependency on the jetty-runner jar that was introduced recently to support a forked execution of the jetty plugin. I've taken this opportunity to revisit the code. The work is being done

Re: [jetty-users] Feedback on Jetty RPMs

2011-09-15 Thread Jesse McConnell
ok, got the first two, will have to sort out best way to do the other twowill make it into the next release thanks again! jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Fri, Sep 2, 2011 at 10:00, Jesse McConnell wrote: > awesome! thanks for testing it out, we'll see how to work som

[jetty-users] shutdown

2011-09-15 Thread Andrea Sodomaco
Hi All, Jetty uses a shutdownHook (Runtime.addShutdownHook) to perform a graceful shutdown. When JVM exits, all the LifeCycles are stopped. The problem is that also java.util.logging.LogManager uses a shutdown hook to clean up logging. So, when the destroy method of a servlet is called during