Install custom code

You must deploy custom code from the source Application Engine to the destination Application Engine. Such code might include

To deploy custom code to the destination Application Engine server:

  1. Generate an EAR or WAR file containing the custom code. If required, include copies of the JAR files provided with the FileNet P8 software such as the P8toolkit.jar, javaapi.jar, and eprocess.jar files.

    For more information about these JAR files, see JAR File Dependencies.
  2. Copy the EAR or WAR file to the appropriate location in the destination environment.
  3. Update any references in the code to the following items as required for the destination environment:
  4. Ensure that any absolute folder paths referenced in the code exist in the destination environment.
  5. Ensure that files you have copied to the destination environment are included in the correct classpath statements as required by the application.