Deploying the Content Assistant jar file

Deploy the Content Assistant jar file in each Content Platform Engine(CPE) server in your environment.

Before you begin

The steps discussed in the procedure are applicable for FNCM deployments that use CPE V5.6 and earlier only.

Note: If you are running CPE 5.7 and later, you can skip this section and proceed with installing the Content Assistant root certificate. For more information, see the topic Importing the Content Assistant root certificate.

Procedure

  1. Access the Content Assistant jar (genai-ce.jar) file from the IBM® Content Assistant package.
  2. Add the genai-ce.jar to the CPE server class path based on your deployment type.
    Deployment Type Steps
    FNCM traditional WebSphere® Application Server deployments
    1. Create a shared library and add the genai-ce.jar file to the CPE classpath on WebSphere Application Server.

      To create a shared library, see the topic How to create a shared library and associate it with the application server or enterprise application on WebSphere Application Server External link opens a new window or tab.

    2. Add the com.filenet.engine.cmcl.ndps JVM argument in the WebSphere Application Server admin console:
      -Dcom.filenet.engine.cmcl.ndps=com.filenet.genai,!
    FNCM container deployments on Kubernetes clusters
    1. Go to the file system that is mounted as a Persistent Volume Claim (PVC) for your container.
    2. In this file system, create a folder that is named /overrides/external-jars.
    3. Copy the genai-ce.jar file to the /overrides/external-jars folder.
    4. Add the com.filenet.engine.cmcl.ndps parameter to the env section in the CR file as:
      env:
       - name: JVM_CUSTOMIZE_OPTIONS
         value: 'DELIM=;-Dcom.filenet.engine.cmcl.ndps=com.filenet.genai,!'
      
    FNCM container deployments on OpenShift clusters
    1. Go to the file system that is mounted as a Persistent Volume Claim (PVC) for your container.
    2. In this file system, create a folder that is named /overrides/external-jars.
    3. Copy the genai-ce.jar file to the /overrides/external-jars folder.
    4. Add the com.filenet.engine.cmcl.ndps parameter to the ecm_configuration section in the CR file as:
      ecm_configuration:
        cpe:
          cpe_production_setting:
            jvm_customize_options: 'DELIM=;-Dcom.filenet.engine.cmcl.ndps=com.filenet.genai,!;'
  3. Restart the CPE server or pod, based on your deployment type.