Last active
November 9, 2018 06:30
-
-
Save IntegrityKnight/78107a687d8bd95382eafefa773b60bc to your computer and use it in GitHub Desktop.
Paste tomee.xml to conf folder for JNDI use
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<tomee> | |
<!-- see http://tomee.apache.org/containers-and-resources.html --> | |
<!-- activate next line to be able to deploy applications in apps --> | |
<!-- <Deployments dir="apps" /> --> | |
<Resource id="FirstDB_datasource" type="DataSource">JdbcDriver org.apache.derby.jdbc.ClientDriver | |
JdbcUrl jdbc:derby://172.20.0.2:1527/FirstDB | |
UserName Stanley | |
Password javatoybox</Resource> | |
</tomee> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment