blob: 57c95e365c5043c4c71533849f7fb6e751f7dcd6 [file]
<!--
Tomcat specific application context information
-->
<Context
path="/template-context"
reloadable="true"
antiJARLocking="true">
<!--
User logins are authenticated/authorized using $TOMCAT/conf/tomcat-users.xml
-->
<ResourceLink
name="users"
global="UserDatabase"
type="org.apache.catalina.UserDatabase"/>
</Context>