Skip to content

Instantly share code, notes, and snippets.

@gpedro
Created September 14, 2018 02:58
Show Gist options
  • Save gpedro/287c802bd7d35eb515116986d22802ee to your computer and use it in GitHub Desktop.
Save gpedro/287c802bd7d35eb515116986d22802ee to your computer and use it in GitHub Desktop.
Configuração do Projeto - web.xml
<!-- adicionar dentro da tag web-app -->
<resource-ref>
<description></description>
<res-ref-name>jdbc/xablau</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment