Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column

The  product installation can be customized in many ways. For example OEM partners can brand  with their own company images and look.

properties make it easy to implement many of the common customizations that all customer and OEM partners will want to consider.

Data API provides a programmatic protocol for viewing and managing resources such as tenants, users, applications, forms, themes, schemas, etc.

Customization properties can be changed in the web.xml or the frevvo.xml files. Any parameter in web.xml can be duplicated in frevvo.xml and the value in frevvo.xml takes precedence over the value in web.xml. We suggest making changes to the context parameter values in the frevvo.xml if you are using the tomcat bundle. This keeps all your modified parameters in one place and makes it easy to upgrade to newer releases. See Installation Tasks for more information.

Code Block
<!-- 
		frevvo war settings 
-->	
	<Parameter name="frevvo.mail.from.email" value="" override="false"/>
	<Parameter name="frevvo.mail.bounce.email" value="" override="false"/>
	<Parameter name="frevvo.mail.debug" value="false" override="false"/>
	<Parameter name="frevvo.actions.debug" value="true" override="false"/>
	<Parameter name="frevvo.rule.debug" value="true" override="false"/>
	<Parameter name="frevvo.attachment.maxsize" value="1000000000" override="false"/>


Column
width240px350px

On This Page:

Table of Contents
maxLevel2

...