|
Hi Claus, it seems you have Tomcat classes on classpath - that's why Weld attempts to initialize some Tomcat integration components. In such cases, the best thing to do is to manually set the servlet container type - use org.jboss.weld.environment.container.class context parameter and set it to org.jboss.weld.environment.jetty.JettyContainer.
|