Deploy a embedded Jetty&Jersey war to jetty9,only can see static file?
问题 I cteate a jetty&jersey embedded project with IDEA and Maven,I put it in Github https://github.com/Mengqi777/JettyProject. Run JettyServerStart.java start the server, in the browser address bar enter localhost:8080/dynamic , show OK, enter localhost:8080/static , show static resource file Now I package it to a war file,and put it in jetty webapps directory. But only can see static file in brower with enter localhost:8080/static .404 Not Found Error when in brower with enter localhost:8080