-
Notifications
You must be signed in to change notification settings - Fork 0
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
- In a few seconds, tomcat should detect the war file and extract it to create a quickforms folder as shown below
- Using a web browser, navigate http://localhost:8080/quickforms/templates.html to verify it is working. You should see the quickforms templates page as shown below.
-
Quickforms Basics
-
Tutorials
- Setup Tutorials
- App Development Tutorials
-
Assignments
-
Project
-
Applications
-
Quickforms Advanced
- Project With Database
- Advanced Setup
- HealthApp with Database
- Source Control
- Joining the Team
- Cordova Native Application
- Miscellaneous
- Project With Database
-
-
Form Controls
-
App Controls
-
Report Controls
-
Server Controls
-
Quickforms DAO
-
Email Notification
-
Migrating QuickForms3(Test Server) to QuickForms(Production-Server)