0 Replies Latest reply on Apr 9, 2008 9:24 AM by grabka

    quartz background task as separate deployment entity

    grabka

      Hi,

      I have been primarily using jboss as web container for some time, but now I have to do something different.

      I would like to create application, that will be using quartz scheduler and creating reports on hard drive. I want to put this application into one deployable file, and I want to start scheduler each time it is deployed.

      To sum up. I just want to create simple application that will be deployable in jboss, and will by the way take the advantage of quartz scheduler.

      How can I achieve that?

      Marcin