Home

 

Apply property changes

After you have edited the Activities configuration properties, check the changed configuration file in, and restart the servers to apply the changes.

You must perform the check in during the same wsadmin session in which you checked out the files for the changes that you made to take effect.


To apply Activities property changes...

  1. Check in the changed configuration property keys using the following wsadmin client command:

      ActivitiesConfigService.checkInConfig()
      

  2. If you make a change to the configuration of a scheduled task, clear the existing jobs from memory and from the database....

      Scheduler.purgeJobs("local")  Scheduler.purgeJobs("cluster")
      

    All properties with names that begin with the term jobs. affect scheduled tasks, as do the following properties:

    • clusterScheduler.enabled
    • localScheduler.enabled

  3. To exit wsadmin, type exit at the prompt.

  4. Stop and restart the server hosting the Activities feature.


Change configuration property values


Previous topic:

Activities configuration properties

Choosing a scheduler for a job


+

Search Tips   |   Advanced Search