Link to home
Create AccountLog in
Avatar of samthakur74
samthakur74

asked on

Scheduling a job on Jboss deploy

Hello,
I need to develop a scheduler which will read a csv file. This scheduler needs to be activated when a war file is deployed on jboss 4.0. The scheduler needs to be written in java. I should also be able to configure location of csv file and the frequency at which it should be read.
thank you
Sameer
ASKER CERTIFIED SOLUTION
Avatar of ramazanyich
ramazanyich
Flag of Belgium image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
small addition: quartz jar file is already available in default/lib folder in jboss4.2, don't know about 4.0.x
Just check folder default/lib for quartz*.jar file