All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.j2ee.maven2.web.context.xml.vsl Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<Context reloadable="true" antiJARLocking="true" antiResourceLocking="false">

#if ($embeddedJetty)
    <!-- uncomment to use the context configured datasource
#end
    <Resource name="${dataSource.name}" auth="Container" type="javax.sql.DataSource"
              maxActive="100" maxIdle="30" maxWait="10000"
              driverClassName="${jdbc.driver}"
              username="${jdbc.username}" password="${jdbc.password}"
              url="${jdbc.url}"
              defaultAutoCommit="false" removeAbandoned="true"
              removeAbandonedTimeout="60" logAbandoned="true"/>
#if ($embeddedJetty)
    -->
#end
</Context>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy