Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have implemented a Quartz Job scheduler to call one java process for every 30 sec which is working fine.To start the scheduler ,what i am doing is , create bat file contains java - jar "MainJava.jar".Once we click the jobScheduler.bat file ,job is started but the problem is if any one close window,job is stoped.So to avoid this kind of issue ,is there any option to start and stop the quartz scheduler using command prompt for Eg:

if i say "start jobScheduler from command line" job has to start.Job has to stop only while issuing the stop jobScheduler from command prompt"

share|improve this question
1  
You can try java service wrapper at: sourceforge.net/projects/wrapper – Thinhbk Jun 26 '12 at 6:25

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.