unzip em_<version>.zip
em.war
to the <tomcat installation>/webapps
folder.In a few moments, you should see an em
folder appear under <tomcat installation>/webapps
. This is CTP; it has been automatically deployed by Tomcat.
If you are using a separately-installed, MySQL or Oracle database (rather than the embedded HyperSQL database), you must setup the database before proceeding. See Setting up the Database (MySQL or Oracle) for details. |
Open a browser tab and navigate to the host and port where CTP is deployed. You will be prompted to specify the following initial settings.
When you first start CTP, you will be prompted to accept the End User License Agreement and enable or opt-out of anonymous usage data collection.
You can change this configuration later by choosing Usage Data from the CTP Administration menu:
Open a web browser and point it to http://<hostname>:8080/em,
where <hostname>
is the machine name or IP address where Tomcat/CTP is installed.If you need to reach this page later, just navigate to License Configuration from the CTP settings (gear icon) menu.
Specify the license configuration when prompted. Choose either a Local or Network license type.
If you do not already have an appropriate license available on your Parasoft License Server, email [email protected] with the Machine ID to obtain a license key you can add to your License Server or a password for a machine-locked local license.
Each license will enable one or more of the following features:
If you need to add new license keys and your License Server is on the same host as CTP, you can do it directly from CTP.
Once the key is processed, it will be added to the list in the Installed Licenses area. If you don’t see the Add New License field, verify that the network license’s Host name field is set to localhost
.
If this is a new installation, you will be prompted to validate the data base configuration. If you installed MySQL on the same machine as CTP, the default settings should already be correct, but you can modify the settings as needed.
(Optional) Configure user settings as described in Defining Users and Permissions.
You can now create systems, components, and instances, as well as link your Virtualize Server to CTP.
If you are using the embedded HyperSQL database (rather than a separately-installed MySQL or Oracle database):
CTP does not ship with JDBC driver libraries for MySQL or Oracle. 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 example, with MySQL download mysql-connector-java-<version>.jar
from http://dev.mysql.com/downloads/connector/j/ and copy it to the C:\Program Files\Apache\Tomcat\<version>\webapps\em\WEB-INF\lib
folder.
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
.