All Downloads are FREE. Search and download functionalities are using the official Maven repository.

en.help.task-configurebatchruntime.html Maven / Gradle / Ivy



To Configure the Batch Runtime

  1. In the navigation tree, select the GlassFish Server cluster or server instance for which you want to configure the batch runtime.

    The General Information page opens.

  2. Click the Batch tab.

    The Batch Job Executions page opens.

  3. Click the Configuration tab.

    The Batch Runtime Configuration page opens. The batch runtime uses a managed executor service and a data source to execute batch jobs.

  4. From the Executor Service Lookup Name drop-down list, select the managed executor service that will provide threads to batch jobs.

    The default managed executor service is concurrent/__defaultManagedExecutorService. The managed executor service can be changed after a batch job has been submitted to the batch runtime without impacting execution of the job.

  5. From the Data Source Lookup Name drop-down list, select the data source that will store job information.

    The default data source is jdbc/__TimerPool. Do not change the data source after the first batch job has been submitted to the batch runtime for execution. If the data source must be changed, stop and restart the domain and then make the change before any jobs are started or restarted. However, once the data source has been changed, information stored in the previous data source becomes inaccessible.

  6. Click Save.

See Also

To View Batch Job Executions

Copyright © 2005, 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices




© 2015 - 2024 Weber Informatics LLC | Privacy Policy