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:
...
Code Block | ||
---|---|---|
| ||
# SMTP Settings frevvo.mail.from.email= frevvo.mail.bounce.email= frevvo.mail.debug=false frevvo.actions.debug=true frevvo.rule.debug=true # frevvo schema name settings - needed for 6.0 upgrade only frevvo.users.schemaName=users # SQL Server schema name #frevvo.users.schemaName=users.dbo # HTTP Proxy Configuration for licensing #frevvo.proxy.host= #frevvo.proxy.port= #frevvo.proxy.username= #frevvo.proxy.password= #frevvo.proxy.ntlm=false # Insight settings insight.enabled=true insight.server-url=http://localhost:8983/solr # SAML certificate keystore settings #com.frevvo.security.saml.key=apollo #com.frevvo.security.saml.password=nalle123 # File Connector settings frevvo.filesystem.connector.url=http://localhost:8082/filesystem frevvo.filesystem.connector.metadata.prefix=md. # Box Connector settings #frevvo.box.connector.client.id= #frevvo.box.connector.client.secret= ## Sharepoint Connector settings frevvo.sharepoint.connector.url=http://localhost:8082/sharepoint |
...
Context parameters to 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. See the Converting Context Parameters to Properties topic for the details.
Modification of the frevvo-config.properties file requires a server restart. You do not have to restart the Insight server.
Turn off the Unsaved Changes Warning
...
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 . |
...