I am using:
defaultExecutor.getWatchdog().destroy(); But defaultExecutor.getWatchdog() is returning null.If i set the ExecutorWatchdog using Integer/MAX_VALUE than it will terminate it after that time which should not happen either.
How can I kill a process started using DefaultExecutor.execute?? Thanks, Narayan
