Unix [only] – Changing license location
I would like to change the location of the eFORMz configuration file from the default, can the license file be located in a different directory?
Yes, the license file can be located in a different directory. Edit your eFORMz script file (.cmd) and fully qualify the default script file command option:
Default:
-Duser.dir=/minisoft
Example:
-Duser.dir=/users/license
Example eFORMz script:
java -Xmx512m -Xms128m -Duser.dir=/users/license -jar /minisoft/Run.jar /minisoft com.minisoft.HostTools.Local.eFORMz -v -d “/minisoft/input” -f “sampstm.dat:Rename” -p “/minisoft/statement.efz” -o “/minisoft/Output.xml”