Enable Asynchronous Job Service

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2968

This topic has not yet been written. The content below is from the topic description.
33.3. Setup and Configuration You must enable the Asychronous Job Service in your web.xml file as it is not turned on by default. resteasy.async.job.service.enabled true resteasy.async.job.service.max.job.results 100 resteasy.async.job.service.max.wait 300000 resteasy.async.job.service.thread.pool.size 100 resteasy.async.job.service.base.path /asynch/jobs org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap Resteasy org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher Resteasy /*