Skip to content

Instantly share code, notes, and snippets.

@abdennebi
Created May 5, 2014 09:29
Show Gist options
  • Save abdennebi/6e3ddd81b93ddd1f8a50 to your computer and use it in GitHub Desktop.
Save abdennebi/6e3ddd81b93ddd1f8a50 to your computer and use it in GitHub Desktop.
web.xml 2.3 sample
<!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>Servlet 2.3 Web Application</display-name>
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment