Previous Topic: How to Configure the CFB ServerNext Topic: Un-JAR the CFB Server


Prerequisites

To successfully execute the CFB Server, the following prerequisites must be satisfied:

  1. Ensure that the system running the CFB Server has sufficient computing power and network capacity to handle the anticipated traffic.
  2. Ensure that the CA Gen Converter Services software has been installed.
  3. Ensure that the system has a valid JVM installed. Use the following procedure to test the validity of the JVM:
    1. Open a Command Prompt window.
    2. Enter the following command:
      java -version
      
    3. Examine the output. If text similar to the following is displayed, the Java (the JRE, JDK, or Java SE) is not in the environment variable PATH.
      The name specified is not recognized as an internal or external command, operable program or batch file.
      

      To correct this issue, add the disk and directory name of the JRE or Java SE's bin directory to the PATH variable:

      If text similar to the following is displayed, a version of Java has been installed and is ready to use:

      java version "#.#.#_##"
      Java(TM) SE Runtime Environment
      

      Note: For the supported versions of software, see the Technical Requirements document.

      If the correct version is not displayed, check the environment variable PATH. In most cases, an older version of Java (the JRE, JDK, or Java SE kit) appears before the desired version.