12.13.2. Enable the Asynchronous Job Service

Procedure 12.7. Modify the web.xml file

  • Enable the asynchronous job service in the web.xml file:
    <context-param>
        <param-name>resteasy.async.job.service.enabled</param-name>
        <param-value>true</param-value>
    </context-param>
    
    
Result

The asynchronous job service has been enabled. For configuration options, refer to: Section 12.13.4, “Asynchronous Job Service Configuration Parameters”.