How to Disable Automatic Subscription Renewal Checking
By default, the license server deployment checks for automatic subscription renewal information.
To disable the automatic subscription renewal checking mechanism:
- Locate the License Server work directory. By default, the license server stores the
statistics database and other data in the Java Servlet Container's temporary directory. If
you are not using Apache Tomcat, this directory may be deleted when the server is stopped
or restarted. However, you can set the
oxygen.license.server.work.dir
system property to specify a different path for the directory where the database is stored. - Create a file called pollingSettings.properties in the directory
mentioned in step 1. The file should contain one
line:
autocheck=false