<Context>
    <Resources cachingAllowed="true" cacheMaxSize="1048576" />
    <WatchedResource>WEB-INF/web.xml</WatchedResource>
	<WatchedResource>WEB-INF/tomcat-web.xml</WatchedResource>
    <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
	<!-- uncomment the envronment line below for rdap server installations -->
   <Environment name="spring.config.location" value="file:/opt/tomcat/rdap/rdap.properties" type="java.lang.String"/>
   <Resource name="jdbc/registry" auth="Container" type="javax.sql.DataSource"
       maxTotal="185"
       initialSize="10"
       minIdle="10"
       maxIdle="20"
       maxWaitMillis="15000"
       defaultReadOnly="false"
       defaultAutoCommit="true"
       timeBetweenEvictionRunsMillis="30000"
       minEvictableIdleTimeMillis="60000"
       testOnBorrow="true"
       testWhileIdle="true"
       validationQuery="SELECT 1"
       validationQueryTimeout="3"
       removeAbandonedOnBorrow="true"
       removeAbandonedOnMaintenance="true"
       removeAbandonedTimeout="300"
       logAbandoned="true"
	   username="*****" password="********" driverClassName="org.postgresql.Driver"
       url="jdbc:postgresql://127.0.0.1:5432/registry"/>
</Context>
