Show Table of Contents
23.6.2. Configure the EJB3 timer Service
JBoss Administrators can configure the EJB3 Timer Service in the JBoss EAP 6 Management Console. The features that can be configured are the thread pool that is used for scheduled bean invocation and the directory where the Timer Service data is stored.
Procedure 23.19. Configure the EJB3 Timer Service
- Login to the Management Console. See Section 3.4.2, “Log in to the Management Console”.
- Click on thetab at the top of the screen. Expand the menu and select . Select the tab, click on .
- Click Edit. The fields in the Details area can now be edited.
- You can select a different EJB3 thread pool used for the Timer Service if additional thread pools have been configured, and you can change the directory used to save the Timer Service data. The Timer Service data directory configuration consists of two values:
Path
, the directory that data is stored in; andRelative To
, the directory which containsPath
. By defaultRelative To
is set to a Filesystem Path Variable. - Clickto finish.