Configuring license checkout settings for the dgaas application on Apache Tomcat

You can set the following environment variables for the document generation service application: com.ibm.rational.rpe.license.attempts.count and com.ibm.rational.rpe.license.retry.timeout.

About this task

If you do not configure these values, the default value of 5 is used. The license checkout will be attempted up to 5 times, at an interval of 5 seconds.

Table 1. Licensing flags
Flag Value Description
-Dcom.ibm.rational.rpe.license.attempts.count A number

Default value: 5

Example: -Dcom.ibm.rational.rpe.license.attempts.count=7

The number of times to check for an available license. If the value entered is less than 1, the value is ignored.
-Dcom.ibm.rational.rpe.license.retry.timeout A number in seconds

Default value: 5 seconds

Example: -Dcom.ibm.rational.rpe.license.retry.timeout=6

The number of seconds to wait between attempts to check for an available license.

Procedure


Feedback