Skip to content

Deploying quickformswar

Eric-Alvarez edited this page Nov 27, 2017 · 9 revisions
  • Download the quickforms.war file from Software Sources and save it to your computer
  • Or Build the war yourself!
    • Ensure that the bin folder of your JDK installation is in your PATH environment variable
    • Open a new session of Git Bash or Command Shell (must be done after changing environment variable)
    • Navigate to {GIT_DIRECTORY}/quickforms3/quickforms/WebContent
    • In this folder run jar -cvf quickforms.war *
    • A quickforms.war file should be created in your {GIT_DIRECTORY}/quickforms3/quickforms/WebContent folder
  • Copy quickforms.war to the tomcat webapps folder as shown below

https://github.com/uoForms/quickforms3/wiki/images/quickformswar1.png

  • In a few seconds, tomcat should detect the war file and extract it to create a quickforms folder as shown below

https://github.com/uoForms/quickforms3/wiki/images/quickformswar2.png

https://github.com/uoForms/quickforms3/wiki/images/quickformswar3.png

Clone this wiki locally