web/META-INF/context.xml

Sat, 31 Mar 2018 18:11:09 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 31 Mar 2018 18:11:09 +0200
changeset 19
1a0ac419f714
parent 16
4e0998805276
permissions
-rw-r--r--

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
4e0998805276 adds DatabaseFacade
Mike Becker <universe@uap-core.de>
parents: 13
diff changeset
2 <Context path="/lightpit">
4e0998805276 adds DatabaseFacade
Mike Becker <universe@uap-core.de>
parents: 13
diff changeset
3 <ResourceLink name="jdbc/lightpit/app"
4e0998805276 adds DatabaseFacade
Mike Becker <universe@uap-core.de>
parents: 13
diff changeset
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
4e0998805276 adds DatabaseFacade
Mike Becker <universe@uap-core.de>
parents: 13
diff changeset
6 </Context>

mercurial