web/META-INF/context.xml

Sun, 31 Dec 2017 17:43:39 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 31 Dec 2017 17:43:39 +0100
changeset 18
a94b172c3a93
parent 16
4e0998805276
child 19
1a0ac419f714
permissions
-rw-r--r--

user friendly error pages for codes 404, 403 and 500

mike@3 1 <?xml version="1.0" encoding="UTF-8"?>
universe@16 2 <Context path="/lightpit">
universe@16 3 <ResourceLink name="jdbc/lightpit/app"
universe@16 4 global="jdbc/lightpit/app"
universe@16 5 type="javax.sql.DataSource" />
universe@16 6
universe@16 7 <!-- Remove this link after installation and configuration -->
universe@16 8 <ResourceLink name="jdbc/lightpit/dbo"
universe@16 9 global="jdbc/lightpit/dbo"
universe@16 10 type="javax.sql.DataSource" />
universe@16 11 </Context>

mercurial