Skip to content

Instantly share code, notes, and snippets.

@abdennebi
Created May 5, 2014 09:30
Show Gist options
  • Save abdennebi/2c1d0a68c9b950d5732b to your computer and use it in GitHub Desktop.
Save abdennebi/2c1d0a68c9b950d5732b to your computer and use it in GitHub Desktop.
Web xml 2.4 sample
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
<web-app>
<display-name>Servlet 2.4 Web Application</display-name>
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment