Define a new custom property to configure the Web server plug-in configuration to route requests directly from the Web server to a back-end application server. You can configure certain requests to route through an on demand router (ODR) and configure other requests to route directly to a back-end application server.
Typically, an ODR acts as a gateway through which requests sent by a Web server flow to a back-end application server. You can define the ODR_Module_Routing_Policy custom property for the plugin-cfg.xml file to redirect specific requests that you do not want to route through the ODR. Instead, the requests are routed directly from the Web server to the back-end server. Alternatively, you can reset the custom property so that the ODR resumes intercepting requests.
The format of the custom property value is a comma-separated list of module paths, such as cell/appName/edition/moduleName=value.
myCell/*/*/*=direct