Hello, I'm helping David in the integration of ActiveMQ with Jetty, trying to setup jms with http tunnelling.
Thanks to Michael, we've now reach the point where our webapp is launched by jetty, and that's where it's getting complicated. (At least for David and I). When our servlet is launching the jms broker, jetty is reaching a "ServletHandler.doStart" and is meeting the following exception : org.eclipse.jetty.server.handler.ContextHandler cannot be cast to org.eclipse.jetty.servlet.ServletContextHandler I've try to changed the nature of our webapp ContextHandler to fit the cast, but it doesn't seem to be the one involved. Thanks for your help Regards, Nicolas. _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
