Sat, 31 Mar 2018 18:11:09 +0200
removes the privileged data source from the application and the ability to have a web UI for a setup
This is a permanent decision: setups should be performed on the server by some admin. There is too much, which could go wrong and we have little chance to catch anything within a web UI.
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" | |
19
1a0ac419f714
removes the privileged data source from the application and the ability to have a web UI for a setup
Mike Becker <universe@uap-core.de>
parents:
16
diff
changeset
|
5 | type="javax.sql.DataSource" /> |
16 | 6 | </Context> |