Skip to content

Instantly share code, notes, and snippets.

@kasundm5566
Created October 21, 2016 07:00
Show Gist options
  • Save kasundm5566/24a0b895de81c8be4739d7615d8fa134 to your computer and use it in GitHub Desktop.
Save kasundm5566/24a0b895de81c8be4739d7615d8fa134 to your computer and use it in GitHub Desktop.
JSP 2.0 descriptor web.xml
<web-app id="WebApp_ID" version="2.4"
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">
//...
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment