THIS PAGE IS UNDER CONSTRUCTION!!! | |||||||||||
Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Version 2 of the Visual Rule Builder now has built-in functions and the ability to use operators to enable building useful expressions. The Rule Builder provides a Lookup mode to search for the function that you want to use and a Help mode that provides function syntax information and an example
The Rule Builder eliminates the need to manually write JavaScript. Use this version of the Rule Builder to create rules to:
...
If you are using the frevvo tomcat bundle, configuration of features has changed. In-house cusotmers customers are encouraged to review the Upgrade Guide for an in-depth discussion of the changes BEFORE beginning your upgrade. Please review the list of changes below:
A synopsis of the changes is listed below for your review.
Email Configuration moved to server.xml file
...
Code Block | ||
---|---|---|
| ||
<!-- Mail Resource --> <Resource name="mail/sharedfrevvoDS" auth="Container" type="javax.mail.Session" mail.smtp.host="localhost" mail.smtp.port="25" mail.smtp.auth="false" mail.smtp.starttls.enable="true" mail.smtp.user="user" password="password" mail.debug="false" /> |
InsightInsight.war, frevvo.xml and insight.xml are now embedded in the frevvo.war file
...
New Properties file to Configure Live Forms features
Context parameters to configure customize features that were previously added to <frevvo-home>\tomcat\catalina\conf\localhost\frevvo.xml or modified in web.xml in the frevvo.war must now be converted to properties. A new configuration file, frevvo-config.properties, located in the <frevvo-home>\tomcat\conf directory is now the ONLY place to modify default parameters for frevvo Connectors and to add your customizations.
Turn off the Unsaved Changes Warning
In-house customers can turn it off the display of the Unsaved Changes warning by adding the the frevvo.unsaved.warning property with a value of false to the frevvo-config.properties file.frevvo.unsaved.warning=true/false
frevvo Connectors
The PVE and google Connectors are no longer included in the frevvo tomcat bundle. See Software Downloads to download the latest versions of all the frevvo Connectors.
...
It may be necessary to increase heap size for the Insight server, when reporting or indexing a large number of submissions. Refer to the memory configuration topic for the details.
...
Excerpt | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
requires Insight software for the Reporting and Submissions View feature. The Insight software is included in the tomcat bundle. The Insight server MUST be started BEFORE starting . Instructions for Windows and Linux operating systems are listed here:
You do not have to restart the Insight server every time you restart . |
...