eclipse-jetty-plugin
eclipse-jetty-plugin copied to clipboard
WebApp without web.xml
Since the Servlet 3.0 specification, a web.xml is not needed anymore (it's enough to have a javax.servlet.ServletContainerInitializer that points to a WebApplicationInitializer class). That's a problem, because Eclipse Jetty Plugin searches for the web.xml file to detect web applications. This has to be changed at various locations:
- JettyLaunchPossiblePropertiesTester
- JettyLaunchShortcut
- JettyLaunchConfigurationTab
(https://sourceforge.net/p/eclipse-jetty/feature-requests/15/)