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

en.help.ref-batchjobsconfiguration.html Maven / Gradle / Ivy



Batch Runtime Configuration

Use the Batch Runtime Configuration page to view and change the configuration of the batch runtime. The batch runtime uses a managed executor service and a data source to execute batch jobs. The managed executor service provides threads to jobs, and the data source stores job information. Batch runtime configuration data is stored in the config element in domain.xml.

The Batch Runtime Configuration page contains the following information.

Instance Name
Cluster Name

The name of the GlassFish cluster or server instance to which the configuration applies. This is a read-only field.

Executor Service Lookup Name

The JNDI lookup name of the managed executor service that provides 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.

Data Source Lookup Name

The JNDI lookup name of the data source that stores information about current and past batch jobs. 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.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy