Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2025.3

...

Info
titleUsing a separately-installed, MySQL or Oracle database?

If you are using a separately installed MySQL, Oracle, or Oracle PostgreSQL database (rather than the embedded HyperSQL database), you must setup the database before proceeding. See Setting Up the Database (MySQL, Oracle, or OraclePostgreSQL) for details.

Starting CTP for the First Time

...

  • Coverage tier: Determines the number of coverage agents allowed. See Connecting CTP to Coverage Agents for more information about coverage agents. By default, CTP allows up to 5 coverage agents. More agents are available with higher coverage tiers as detailed in the table below:
    Coverage tierNumber of coverage agents
    Default5
    125
    250
    375
    4100
    5150
    6300
    7500
  • User limit: Determines the number of active user accounts allowed on CTP. See Reviewing and Modifying Configuration Settings User Accounts for information about deactivating inactive accounts.

...

If you are using the embedded HyperSQL database (rather than a separately installed MySQL, Oracle, or Oracle PostgreSQL database):

  1. Choose HyperSQL as the Type.
  2. Enter the path to where the database files should be saved on the host that runs Apache Tomcat. Prepend a forward slash ‘/’ to make the path absolute in the file system.  
     
  3. If the database files do not yet exist, click Create Database to create a complete HyperSQL database.

...

CTP does not ship with JDBC driver libraries for MySQL, Oracle, or OraclePostgreSQL. The Database Configuration page will instruct you to copy a JDBC connector jar file to the WEB-INF/lib/ folder on the application server.

...

For Oracle databases, copy the ojdbc jar from http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html to the same WEB-INF/lib/ folder.

For PostgreSQL databases, download the postgresql.jar from https://jdbc.postgresql.org/ to the same WEB-INF/lib/ folder.

Configuring CTP Session Timeout

...