Configuring the Rule Execution Server console web application
You can configure the Rule Execution Server console by modifying the values of the context parameters in the web.xml deployment descriptor.
About this task
The Rule Execution Server console uses the standard Jakarta EE web.xml deployment descriptor to define the web application. The deployment descriptor /WEB-INF/web.xml complies with the Java™ Servlet 6.0 specification. This deployment descriptor is used to deploy the web application to any Jakarta EE-compliant application server.
The context-param element declares
servlet parameters for the context initialization of the web application,
such as persistence type, online help context, and Decision Runner. Each parameter is set within a single context-param element
and uses <param-name> and <param-value> elements.