Search code examples
javaservletsjakarta-eeintellij-ideaweb.xml

Where web.xml should be in a Java EE project using Intellij IDEA IDE?


In a Java EE project, where the web.xml file should be?

  • project/WebContent/WEB-INF
  • project/webapp/WEB-INF
  • project/src/main/WebContent/WEB-INF
  • project/src/main/webapp/WEB-INF

There is a way of changing that?


Solution

  • It depends the Dynamic Web Module facet you choosed and the configuration for the web resources in the project properties.