...
Copy validator.exe into /opt/tomcat/bin
Info |
---|
You can find newest version of validator.exe under this link. |
Copy Canvas license file (License.xml or Canvas.xml) into /opt/tomcat/conf (This will be provided after step one is completed). We will require the hostname of the machine (ie the string that is returned by running the hostname command on the command line)
...
Add in extra parameters to printerAdditionalParameters in /opt/tomcat/webapps/ Apliqo_Dev/WEB-INF/config/settings.json
...
"printerAdditionalParameters": ["--no-sandbox", "--user-data-dir=/home/centos/temp"]
Edit /opt/tomcat/webapps/Apliqo_Demo/apq-c3-custom/js/default.constant.js file and ensure that toolbar: exportPDFButtonEnabled is set to true.
Restart tomcat9
Start Tomcat
...