Skip to content

Instantly share code, notes, and snippets.

@abdennebi
Created May 5, 2014 09:32
Show Gist options
  • Save abdennebi/23bf467964b885108d55 to your computer and use it in GitHub Desktop.
Save abdennebi/23bf467964b885108d55 to your computer and use it in GitHub Desktop.
Web xml 3.0 sample
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
version="3.0">
<web-app>
<display-name>Servlet 3.0 Web Application</display-name>
</web-app>
@mohsen-Nour
Copy link

<web-app xmlns="http://java.sun.com/xml/ns/javaee"
	      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	      xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
	      http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
	      version="3.0">

  <display-name>Servlet 3.0 Web Application</display-name>
</web-app>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment