embedded-servlet-3.0
embedded-servlet-3.0 copied to clipboard
Bug in initialization of web descriptor
After running jetty with
$ mvn clean install exec:exec
the TestServlet did not work for me. I had to make the following changes in EmbedMe.java in line 24:
context.setDescriptor(wardir + "/WEB-INF/web.xml");