Modifying Settings XML Files

This task explains how to modify the setting XML files:
  1. Edit the file CSVCMetadataType.xml available under <SIS HOME>\application\cis-src\

    Where,
    <SIS HOME>
    = SIS installation directory
    For example, ces_install_dir>\<os_name>\resources\sdm\sis\
     

  2. In the XML file, change the value of property name serverHost.

  3. In the XML file, change the value of property name JNDIFactory

  4. Edit the file CSVCMetadataRMIBindings.xml available under SIS HOME>\application\cis-src\

    Where,
    <SIS HOME> = SIS installation directory
    For example, ces_install_dir>\<os_name>\resources\sdm\sis\
     

  5. Add the these jar file locations in the file.

    <path>.</path>
    <path><CIS HOME>\lib\jmxri.jar</path>
    <path><CIS HOME>\lib\connector.jar</path>
    <path><CIS HOME>\lib\jaxen-full.jar</path>
    <path><CIS HOME>\lib\jdom.jar</path>
    <path><CIS HOME>\lib\saxpath.jar</path>
    <path><SIS HOME>/application/lib/eisbeans_stubs.jar</path>
    <path><SIS HOME>/application/lib/eis.jar</path>
    <path><WAS HOME>/lib/j2ee.jar</path>
    <path><WAS HOME>/lib/namingclient.jar</path>
    <path><WAS HOME>/lib/naming.jar</path>
    <path><WAS HOME>/properties</path>
    <path><SIS HOME>/application/cis-src/lib/csvc-cis-adapter.jar</path>


    Where,
    <SIS HOME> = SIS installation directory
    <CIS HOME> = CIS installation directory
    <WAS HOME> = WAS server installation directory