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.

Procedure

  1. Open the web.xml file in any text editor.
  2. Find the context parameter that you want to modify and change its value.

    The parameters are documented within the web.xml deployment descriptor file itself.

    For example, you can change the type of persistence to the Rule Execution Server console.