embedded-servlet-3.0 icon indicating copy to clipboard operation
embedded-servlet-3.0 copied to clipboard

Bug in initialization of web descriptor

Open sakra opened this issue 12 years ago • 0 comments

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");

sakra avatar Jul 18 '13 12:07 sakra