Previous Topic: PrerequisitesNext Topic: Edit CFBServer.properties File


Un-JAR the CFB Server

The CFB Server is installed as a single JAR file which must be unpacked into its own directory, as detailed next:

Follow these steps:

  1. Create a top-level directory named CFBServer.
  2. Locate the jcfb##.jar file in the <CA-Gen-root>\classes directory.
  3. Unjar the contents of the file into the directory. For example:
    %JAVA_HOME%/bin/jar xvf <CA-Gen-root>\classes\jcfb##.jar
    
  4. Customize the properties and policies files as described in the following sections.