How can I setup a quartz.config file in a simple Java application?
I want to create this and reference it in my project so I can configure threads etc.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at the Quartz Quick Start Guide to see what a basic
quartz.propertiesfile looks like. This file must be placed on your classpath, for Quartz to use it. Example:Full documentation of available properties is available in the Quartz Configuration Reference.