Created
September 14, 2018 02:58
-
-
Save gpedro/287c802bd7d35eb515116986d22802ee to your computer and use it in GitHub Desktop.
Configuração do Projeto - web.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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