Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download and extract the latest version of tomcat 7 9 (apache-tomcat-79.0.9685.tar.gz) into /opt/ tomcat

...

  • 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 tomcat7 tomcat9

  • Start Tomcat

Code Block
sudo /opt/tomcat/bin/startup.sh

...