eclipse-jetty-plugin icon indicating copy to clipboard operation
eclipse-jetty-plugin copied to clipboard

WebApp without web.xml

Open derkoe opened this issue 10 years ago • 0 comments

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/)

derkoe avatar Jun 14 '14 14:06 derkoe