Results 1 to 2 of 2

Thread: How quartz access web context

  1. #1

    Default How quartz access web context

    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.

  2. #2

    Default

    You need to provide more details for what exactly you want to do.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •