http://stackoverflow.com/questions/5802096/duplicate-fragment-name-error-jetty-maven-plugin

 

 

If you tried Stephen Connolly's fix and you are still are having issues, you may just need to modify a your web.xml slightly to get "allowDuplicateFragmentNames" to work.

In your WEB-INF/web.xml, look for the tag (should be at the top), and modify atributes to match these values:

<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/j2ee"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
metadata-complete="true"
..
>
improve this answer

相关文章:

  • 2021-11-07
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2022-02-17
  • 2021-05-13
猜你喜欢
  • 2021-09-28
  • 2022-01-06
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
相关资源
相似解决方案