Subversion Repositories XServices

Rev

Rev 199 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 199 Rev 201
Line 1... Line 1...
1
org.quartz.scheduler.instanceName = XServicesScheduler
1
org.quartz.scheduler.instanceName = MiscServicesScheduler
-
 
2
org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
2
org.quartz.threadPool.threadCount = 3
3
org.quartz.threadPool.threadCount = 2
3
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
4
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
4
 
-
 
5
 
-
 
6
#org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreTX
-
 
7
#org.quartz.jobStore.driverDelegateClass	= org.quartz.impl.jdbcjobstore.CloudscapeDelegate
-
 
8
#org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
 
9
#org.quartz.jobStore.dataSource = QUARTZ
-
 
10
 
-
 
11
#org.quartz.dataSource.QUARTZ.driver	= org.hsqldb.jdbcDriver
-
 
12
#org.quartz.dataSource.QUARTZ.URL = jdbc:hsqldb:file:quartz_store;shutdown=true;
-
 
13
#org.quartz.dataSource.QUARTZ.user = sa
-
 
14
#org.quartz.dataSource.QUARTZ.connectionProvider.class = net.brutex.xservices.util.BrutexQuartzConnectionProvider
-
 
15
 
-
 
16
#String url = “jdbc:hsqldb:file:/path/to/database/file”;
-
 
17
#String user = “sa”;
-
 
18
#String password = “”;
-
 
19
#Connection c = DriverManager.getConnection(url, user, password);
-
 
20
 
5