Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Servlet Initialization in Jetty 9.0.2

Hi Gunnar,

Can you post the code that sets up the servlets?  There were some changes to jetty-9 about how the holders are started, but I wouldn't have thought it could affect you, but if you post the code, then I'll have a better idea.

cheers
Jan


On 17 May 2013 05:45, Gunnar Wagenknecht <gunnar@xxxxxxxxxxxxxxx> wrote:
Hi,

Were there any changes in the initialization of servlets in Jetty 9.0.2? Since upgrading to Jetty 9 the servlets we register programatically at runtime do not get initialized anymore.

We have our own code in place which starts the ServletHolder before registering it if the handler is already started. However, when a handler is not started yet, we rely on Jetty to start the ServletHolder.

Is that assumption still valid? It seemed to have worked that way in Jetty 9. The upgrade to Jetty 9.0.2 seems to have introduced the change in behavior.

Any help is appreciated!

Thanks,
Gunnar

--
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx


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



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

Back to the top