Live Forms v7.4 is no longer supported. Please visit Live Forms Latest for our current Cloud Release. Earlier documentation is available too.

Tomcat Bundle on Unix

On This Page:

Unix Installation

 provides a bundle that includes Tomcat version 8.5.16 and has the frevvo web application, the database connector web application and the Google connector web application pre-deployed and pre-configured. The bundle works on Windows, Linux and Mac systems without any further configuration. If you are evaluating , we strongly recommend the bundle.

  1. You must register for a account, generate a 30 day trial license and download the tomcat bundle from the  web site.
    1. Download the tomcat bundle to your local machine
    2. Fill in the form to register. You will receive an email with a link to activate your account. Click the link in the email.
    3. Request a v7 license.
  2. Ensure that you do not have another server running on ports 8082 or 8983.
  3. Unpack the frevvo.zip file to the location of your choice: e.g. /Users/me/frevvo. We'll refer to this directory below as <frevvo-home>.
  4. Ensure that the scripts are executable: chmod 755 <frevvo-home>/tomcat/bin/*.sh
  5. Navigate to <frevvo-home>/solr-5.4.1/bin. Run this command to make the solr startup file executable:
    chmod +x solr
  6. Navigate back to the solr-5.4.1 directory
    cd .. 
  7. Start the Insight server by typing:
    bin/solr start - this starts the Insight server in the background.
  8. Browse http:<your server:port>/solr to verify the Insight server is running. The default values for the server and port are localhost:8983. Change them to point to the server and port where the Insight server is running if it is different from the default values. You will see the Insight server (Solr) dashboard with the current status:



  9. Start : <frevvo-home>/tomcat/bin/catalina.sh run. This starts tomcat on port 8082 with pre-configured.
  10. In your browser, go to http://<server-name>:8082/frevvo/web.
  11. A 7.0 license is required. If frevvo does not accept your license after multiple attempts, please try restarting your frevvo server after the license install. <frevvo-home>/tomcat/bin/catalina.sh stop. When tomcat has stopped, restart using <frevvo-home>/tomcat/bin/catalina.sh run.

If you start before the Insight server, you will see this message when you browse the login URL. Follow these steps to start the servers in the correct order:

  1. Naviagate to your <frevvo-home> directory.
  2. Run the stop-frevvo.sh script.
  3. Navigate to <frevvo-home>\solr-5.4.1.
  4. Type bin\solr start to start the Insight server.
  5. Browse http://l<your server:port>/solr to verify the Insight server is running. The default values for the server and port are localhost:8983. Change them to point to the server and port where the Insight server is running if it is different from the default values.
  6. Naviagate to your <frevvo-home> directory.
  7. Run the start-frevvo.sh startup script.

Next Steps

Your Live Forms server installation is complete. You are now ready to create your firsts tenant, users, forms and workflows. See the documentation for creating a tenant and users.

You can find examples on creating your own workflows on the Tutorials page.