Configuring license checkout settings for the dgaas application on WebSphere® Application Server
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.
| 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
- Open the administrative console in a browser. Example: http://server:port/ibm/console/logon.jsp
- Expand .
- Click WebSphere application servers.
- Open the server properties by clicking the server_name.
- In the Server infrastructure section, expand Java and Process Management.
- Click Process definition.
- In the Additional Properties section, click Java Virtual Machine.
- In the Additional Properties section, click Custom properties.
- Click New to add the flag.
- In the Name field, enter the name of the flag you selected.
- From the name of the flag you copied, delete the -D from the beginning. For example, -Dcom.ibm.rational.rpe.flag becomes com.ibm.rational.rpe.flag.
- In the Value field, enter the parameter for the flag, add a description indicating the purpose of using the flag, and click OK.
- Restart the server.