For details on how to add licenses to CTP, see the installation section |
The Parasoft License Server web application is only needed if:
The following is a brief overview of installing Parasoft License Server. For additional details, see the documentation that ships along with the licenseserver.war file. |
To install and configure Parasoft License Server:
licenseserver.war
(from the extracted zip file) to the <tomcat installation>/webapps
folder.http://localhost:8080/licenseserver
(or corresponding URL).admin
username and password for Parasoft User Administration.If the Parasoft User Administration (PSTSec) web app is deployed on a different Tomcat server than the current CTP installation—or if this Tomcat server is not running on port 8080—then the Parasoft License Server web app must be configured to connect to User Administration.
To do this:
Modify Tomcat/webapps/licenseserver/conf/PSTSecConfig.xml
and set the host and port for the user administration service. For example:
<remote-authentication> <enabled>true</enabled> <host>localhost</host> <port>8080</port> </remote-authentication> |