Kill a Job which is Already Running

Y

yogesh.shanbhag

Hi All,
can any one tell me how to Kill a Job which is already running.
thankyou
 
D

Developper

Hi,

Depends on the tool you are using to build java applications. In eclipse and
netbeans there is a possibility to stop the running process, just follow the
menu's. Otherwise you can always use task manager from windows or kill the
process by kill -9 <pid> on unix systems.

Johan
 
Y

yogesh.shanbhag

Hi Johan
the Job i was refering to is org.quartz.job
and iam using Weblogic 8.1 as a server.
the Job instances for a scheduler Instance can be obtained by
JobExecutionContext getJobInstance()
- which Gets the instance of the Job that was created for
this execution.

but how do i kill this job is the problem.
 
Y

yogesh.shanbhag

Hi Johan
the Job i was refering to is org.quartz.job
and iam using Weblogic 8.1 as a server on Win2000.
the Job instances for a scheduler Instance can be obtained by
JobExecutionContext getJobInstance()
- which Gets the instance of the Job that was created for
this execution.

but how do i kill this job is the problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,433
Messages
2,571,683
Members
48,796
Latest member
Greg L.

Latest Threads

Top