Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] How to prevent No Spring WebApplicationInitializer types detected on classpath?

Hi Miguel,

You can check section 8.2.4 of the Servlet spec that describes the
ability for frameworks to provide web fragments. I believe it is
applied irrespective of metadata-complete and it catches out a lot of
people.

I think simply adding an <absolute-ordering/> element to your web.xml
should prevent it. See section 8.2.2 for details.

Regards,
Rossen


Back to the top