Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Why does IntelliJ Create Maven Web App for 2.3 and not 2.5?

$
0
0

Why does IntelliJ Create Maven Web App for 2.3 and not 2.5?

 

If you use IntelliJ and I say create new maven project and then pick webapp my web.xml looks like:

 

<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd" >

 

<web-app>
  <display-name>Archetype Created Web Application</display-name>
</web-app>

 

Most of the servers right now need 2_5


Viewing all articles
Browse latest Browse all 5661

Trending Articles