Hi,i figured out, that jetty.ServletContextHandler.Context throws an exception if a listener isadded after the context became started.
In my case i am using HttpService to register a servlet. But this servlet uses the ServletContext to add a listener to it and an exception becomes thrown.
Ist there a way to avoid that problem? Thanks, Florian
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
