This topic explains how to set up a WebSphere® grid endpoint.
Procedure
- Install a batch application on a server using the administrative console, wsadmin commands, or
another supported method for deploying applications.
- If the application is the first batch application installed
on the server, restart the server.
Results
The WebSphere grid
endpoints are automatically set up. By installing the application
on the deployment target, the common batch container is automatically
deployed on the server selected
using the default Apache Derby data source jdbc/pgc. The default file-based
Derby data source can be used only when using the batch function on
a stand-alone application server.
If
you use the default Derby data source, no further action is required.
If you use a different data source, complete the following steps to
make the data source available to the WebSphere grid endpoints.
- On the administrative console, click .
- Select the Cell scope from the list.
- Edit the GRID_ENDPOINT_DATASOURCE variable to point to the JNDI
lookup name of the job scheduler data source.
- Save your configuration.
- Restart all endpoints.