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.
Procedure
- Access the Content Assistant
jar (genai-ce.jar) file from the IBM® Content Assistant
package.
- 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 |
- 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
.
- 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 |
- Go to the file system that is mounted as a Persistent Volume Claim (PVC) for your container.
- In this file system, create a folder that is named
/overrides/external-jars.
- Copy the genai-ce.jar file to the
/overrides/external-jars folder.
- 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 |
- Go to the file system that is mounted as a Persistent Volume Claim (PVC) for your container.
- In this file system, create a folder that is named
/overrides/external-jars.
- Copy the genai-ce.jar file to the
/overrides/external-jars folder.
- 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,!;'
|
- Restart the CPE server or pod, based on your deployment type.