6.1.2 IPE Caching

To perform caching in IPE, follow these steps:

  1. Connect to OFSAA Configuration schema.
  2. Replace the placeholders with the following information in the update queries.
  3. Run the update queries.

    Table 6-2 Update queries

    Parameter Code Value Description
    <INITIALFACTOR Y> < initial context for app server>

    Initial Context for the Web Application Server

    Websphere: com.ibm.websphere.naming.WsnInitialContextFactory

    Weblogic: weblogic.jndi.WLInitialContextFactory

    <PROVIDER_URL

    >

    <processing URL> URL for accessing Queues and Topics in Web Application server. For more information, refer to Appendix A.
  4. Update configuration c set c.PARAMVALUE='<INITIALFACTORY>' where c.paramname ='RTI_PROCESSING_INITIALCONTEXTFACTORY' / Update configuration c set c.PARAMVALUE='<PROVIDER_URL>' where c.paramname ='RTI_PROCESSING_PROVIDER_URL'/