Page History
...
Code Block |
---|
<!--
SQLSERVER Resource
-->
<Resource auth="Container"
maxActive="200"
maxIdle="20"
maxWait="10000"
validationQuery="select 1"
testOnBorrow="true"
testOnIdle="true"
timeBetweenEvictionRunsMillis="10000"
removeAbandoned="true"
logAbandoned="true"
name="jdbc/sharedfrevvoDS"
driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
username="root"
password=""
type="javax.sql.DataSource"
url="jdbc:sqlserver://localhost:1433;databaseName=frevvo;"/>
|
Note |
There is now a parameter for org.quartz.jobStore.driverDelegateClass which is automatically configured for SQL and Oracle databases. If the delegate property is explicitly set, it will override the automatic selection. |
Configure the frevvo database
...
Overview
Content Tools