The following two Java System properties may optionally be set to modify the location of configuration and log files for the license server:
If you are using catalina.bat or catalina.sh to start Tomcat, these System properties can easily be set using the JAVA_OPTS
environment variable. Any Java options set here will be used when Tomcat is started. For example, set:
JAVA_OPTS=-DLicenseServer.ConfigRoot="absolute-path-to-config-folder" -DLicenseServer.LogRoot="absolute-path-to-log-folder"