Skip to content

Instantly share code, notes, and snippets.

@guilherfp
Created October 17, 2015 17:09
Show Gist options
  • Save guilherfp/5d56bd491db25c71339d to your computer and use it in GitHub Desktop.
Save guilherfp/5d56bd491db25c71339d to your computer and use it in GitHub Desktop.
Servlet 2.4 deployment descriptor
<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">
<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