src/main/resources/META-INF/context.xml

Tue, 19 May 2020 19:34:57 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 19 May 2020 19:34:57 +0200
changeset 70
821c4950b619
parent 56
11b1e7153496
permissions
-rw-r--r--

removes the sub menu and removes the home module
fixes the queries in the PGIssueDao
adds placeholder for a breadcrumb menu

universe@56 1 <?xml version="1.0" encoding="UTF-8"?>
universe@56 2 <Context path="/lightpit">
universe@56 3 <ResourceLink name="jdbc/lightpit/app"
universe@56 4 global="jdbc/lightpit/app"
universe@56 5 type="javax.sql.DataSource" />
universe@56 6 </Context>

mercurial