i have to assign multiple schedules using Quartz, in a single window, In such a way that by adding a new XML I could start a new Schedulein same window. Although i got a link but its not working.
<a href="http://forums.opensymphony.com/message.jspa?messageID=21983</a rel="nofollow">" target="_blank">http://forums.opensymphony.com/message.jspa?messageID=21983[/url]
i am at present using following code It only starts first XML and then Quits without executing second one.
org.quartz.plugin.triggHistory.class = org.quartz.plugins.history.LoggingJobHistoryPlugin
org.quartz.plugin.jobInitializer.class = org.quartz.plugins.xml.JobInitializationPluginMultiple
org.quartz.plugin.jobInitializer.fileName = jobs2.xml,jobs.xml
org.quartz.plugin.jobInitializer.overWriteExistingJobs = true
org.quartz.plugin.jobInitializer.failOnFileNotFound = true
org.quartz.plugin.jobInitializer.scanInterval = 5