Results 1 to 2 of 2

Thread: WorkManagerTaskExecutor with Tomcat

  1. #1
    Join Date
    Oct 2006
    Posts
    27

    Default WorkManagerTaskExecutor with Tomcat

    Hi,
    I wanted to schedule a work from my JSF backing bean. I am using tomcat 6 as the server. I tried to do this with commonj, but could not really figure out how to configure the work manager . From commonj documents , i got the following
    Code:
    <Resource name="wm/FooWorkManager" auth="Container"
    		type="commonj.work.WorkManager"
    		factory="de.myfoo.commonj.work.FooWorkManagerFactory" 
    		maxThreads="10" />
    But did not understood what to do with FooWorkManagerFactory.
    So I tried to look for a spring solution and there I got workmanagertaskexecutor .

    Can anybody tell me how can I configure the workmanagertaskexecutor in a tomcat environment?

    Shaiju

  2. #2

    Question

    Are you able to configure it and run it on tomcat? If yes please let me know what you have done. I also want to do the similar thing. Thanks

Posting Permissions

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