[jwatch] r69 committed - [No log message]

5 views
Skip to first unread message

jwa...@googlecode.com

unread,
Jul 5, 2011, 3:51:08 PM7/5/11
to jwatc...@googlegroups.com
Revision: 69
Author: royr...@gmail.com
Date: Tue Jul 5 12:50:52 2011
Log: [No log message]
http://code.google.com/p/jwatch/source/detail?r=69

Modified:
/trunk/qtest/src/main/webapp/WEB-INF/web.xml

=======================================
--- /trunk/qtest/src/main/webapp/WEB-INF/web.xml Tue Jun 28 11:01:13 2011
+++ /trunk/qtest/src/main/webapp/WEB-INF/web.xml Tue Jul 5 12:50:52 2011
@@ -7,4 +7,24 @@
<listener>
<listener-class>org.qtest.QuartzInit</listener-class>
</listener>
+ <context-param>
+ <param-name>schedulers</param-name>
+ <param-value>3</param-value>
+ <description>How many Quartz Schedulers to create.</description>
+ </context-param>
+ <context-param>
+ <param-name>groups</param-name>
+ <param-value>3</param-value>
+ <description>How many Groups per Scheduler to create.</description>
+ </context-param>
+ <context-param>
+ <param-name>jobs</param-name>
+ <param-value>5</param-value>
+ <description>How many Jobs per Group to create.</description>
+ </context-param>
+ <context-param>
+ <param-name>triggers</param-name>
+ <param-value>2</param-value>
+ <description>How many Triggers per Job to create.</description>
+ </context-param>
</web-app>

Reply all
Reply to author
Forward
0 new messages