Introduction
Two distributions of License Server are available:
...
Both distributions include the User Administration module (pstsec), which lets you manage user access to Parasoft applications and license tokens.
In this section:
Table of Contents | ||
---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
The License Server host machine should meet the following minimum hardware requirements:
...
The are no additional requirements for the self-deployed distribution.
Ports
Warning |
---|
On some Windows servers, License Server may not startup properly due to a port conflict on port 8005. Please see Configuring HTTPS and Ports#ChangingPort8005 about changing port 8005. |
Before you begin installation, you should verify that the necessary ports are available:
Default Port | Description |
---|
8080 |
HTTP Listener | |
8443 |
SSL Connector | |
2002 | License Server port for Insure++ |
8005 | Apache Tomcat port |
9003 | Used by the HyperSQL database server responsible for session management data |
Web Archive Deployment Requirements
Your environment should meet the following requirements to deploy the .war distribution:
- The host machine should meet the Host Requirements
- Linux or Windows (64-bit only)
- Tomcat 910.01.x configured for SSL over port 8443 (refer to the Apache Tomcat documentation for details on configuring Tomcat: Apache Tomcat SSL/TLS Configuration HOW-TO topic)
- Java 1117
IP Address Formats
IPv4 and IPv6 addresses are supported.
License Server Structure
The License Server distribution contains an app directory and a data directory. This structure facilitates greater reliability when deploying License Server to containerized systems like Docker.
...