Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nestoru/7cf95cee0a124d3ef75b to your computer and use it in GitHub Desktop.
Save nestoru/7cf95cee0a124d3ef75b to your computer and use it in GitHub Desktop.
Avoid validation of taglib schema in resin app server
# WEB-INF/resin-web.xml:
<pre>
<web-app xmlns="http://caucho.com/ns/resin">
<jsp validate-taglib-schema='false'/>
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment