Sat, 30 Dec 2017 20:35:23 +0100
adds DatabaseFacade
3
acf54d3fa1d1
switched to tomcat 8.5 (should be developed this way for maximum compatibility)
mike@uapl02
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
16 | 2 | <Context path="/lightpit"> |
3 | <ResourceLink name="jdbc/lightpit/app" | |
4 | global="jdbc/lightpit/app" | |
5 | type="javax.sql.DataSource" /> | |
6 | ||
7 | <!-- Remove this link after installation and configuration --> | |
8 | <ResourceLink name="jdbc/lightpit/dbo" | |
9 | global="jdbc/lightpit/dbo" | |
10 | type="javax.sql.DataSource" /> | |
11 | </Context> |