Hi all,

I have a third party jar in which it will access web context. But I have to use quartz to start the job.

Now the quartz job cannot get the web context so that exception is throw (FileIOException). Can anyone suggest me how to get this work?

The exception is throw by
ClassPathXMLApplicationContext("com/.../abc.xml")

Thanks in advance.