Online Helps > Rule Execution Server Console > Monitoring and Managing the Server > Rule Execution Server Web Application Configuration

The Rule Execution Server Console uses the standard J2EE web.xml deployment descriptor for defining the Web application. The deployment descriptor /WEB-INF/web.xml is defined by the Servlet 2.3 specification from Sun Microsystems. This deployment descriptor is used to deploy the Web application on any J2EE-compliant application server.

The context-param element declares Servlet context initialization parameters for the Web application (persistence type, online help context, SSP default context, and so on). Each context-param is set within a single context-param element, using <param-name> and <param-value> elements.

The values of the following context parameters can be modified using any text editor:

<param-name>ilog.rules.res.HELP_CONTEXT</param-name>

<param-name>ilog.rules.res.SSP_CONTEXT</param-name>

<param-name>ilog.rules.res.HTDS_CONTEXT</param-name>

<param-name>log4j-init-filename</param-name>

<param-name>persistenceType</param-name>

<param-name>filePersistenceDirectory</param-name>

<param-name>JMX_XU_QUERY_PART</param-name>

<param-name>ilog.sam.application</param-name>

<param-name>JMX_DS_QUERY_PART</param-name>

See Also

Viewing Server Logged Events | Viewing Execution Unit (XU) Logged Events