Skip to content

Instantly share code, notes, and snippets.

@tarator
Created April 22, 2013 20:28
Show Gist options
  • Save tarator/5438248 to your computer and use it in GitHub Desktop.
Save tarator/5438248 to your computer and use it in GitHub Desktop.
web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="3.0" 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"
metadata-complete="false" >
<display-name>Therapy-App</display-name>
<jsp-config>
<taglib>
<taglib-uri>
/therapy
</taglib-uri>
<taglib-location>
/WEB-INF/therapy.tld
</taglib-location>
</taglib>
</jsp-config>
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment