8.5 Steps for Multiple Deployments

If there is more than one application such as ILP, RAOR and TFLT installed, then follow these steps to do multiple deployments:

Note:

ILP (IPE configuration) and TFLT applications are related only to TF.
  1. Replace the following text in web.xml from <Installed Area>/realtime_processing/ WebContent/WEB-INF/web.xml:

    Actual:

    <context-param>
    <param-name>webAppRootKey</param-name>
    <param-value>rti.server.web.root</param-value> 
    Change to:
    <context-param> 
    <param-name>webAppRootKey</param-name>
     <param-value>rti1.server.web.root</param-value>
  2. Replace the following text in log4j.xml from $FIC_HOME/Transaction_Processing/WebContent/ WEB-INF:

    Actual:

    <param name="File" value="${rti.server.web.root}/logs/rti-server.log" />

    Change to:

    <param name="File" value="${rti1.server.web.root}/logs/rti-server.log" />

  3. Update the entry key name in applicationContext-jmx.xml from: <Installed Area>/ realtime_processing/WebContent/conf/
Actual:
<map>
<entry key="realtime:name=StatsManager" value-ref="statMgrBean" />
<entry key="realtime:name=LogConfig" value-ref="logRuntimeConfigBean" />
Change to:
<map>
<entry key="realtime1:name=StatsManager" value-ref="statMgrBean" />
<entry key="realtime1:name=LogConfig" value-ref="logRuntimeConfigBean" />