
azure.tomcat.tests.data.tomcat-to-azure-external-resources.context.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <Context> <WatchedResource>WEB-INF/web.xml</WatchedResource> <WatchedResource>WEB-INF/tomcat-web.xml</WatchedResource> <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource> <Resource name="jdbc/postgres1" auth="Container" type="javax.sql.DataSource" driverClassName="org.postgresql.Driver" url="jdbc:postgresql://127.0.0.1:5432" username="postgres" password="yes" maxActive="20" maxIdle="10" maxWait="-1" /> <Resource name="jdbc/postgres2" auth="Container" type="javax.sql.DataSource" driverClassName="org.postgresql.Driver" url="jdbc:postgresql://127.0.0.1:5432" username="postgres" password="yes" maxActive="20" maxIdle="10" maxWait="-1" /> <NoResource name="jdbc/postgres" auth="Container" type="javax.sql.DataSource" driverClassName="org.postgresql.Driver" url="jdbc:postgresql://127.0.0.1:5432" username="postgres" password="yes" maxActive="20" maxIdle="10" maxWait="-1" /> </Context>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy