Versions Compared

Key

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

...

OEM Partners can brand the  product for customers by modifying web application configuration parameters in the<frevvo-home>\tomcat\conf\Catalina\localhost\frevvo.xml file or in the web.xml file.  If you decide to make the changes to the The Live Forms web.xml file - it is now packaged as part of the <frevvo-home>\tomcat\webapps\frevvo.war.file To edit the web.xml file, the frevvo,war file must be unzipped to a temporary directory, the changes made, and then the files must be rezipped  into an updated frevvo.war. Refer to Installation Tasks for the details.  Examples of other configuration parameters that might need to can be modified when branding can be found on that page as well. 

Individual configuration parameters can be modified or customization can be accomplished using the oem branding class parameter. See Customizing using the OEM branding class parameter below for below for information. 

 

Web Application

...

For example, the parameter, frevvo.menu.bar,  if added to the web.xml file, will prevent the menu bar from being rendered. . This might be desired if a customer requests the  Any of the menu items (Downloads,Templates, Help, Docs, Forum and Contact menu , Contact) can be removed from the menu bar via configuration parameters in the web.xml or frevvo.xml files.  menu items be removed from the menu bar then . In this case, the menu bar would not be needed. 

Code Block
<context-param>
		param> 
                <param-name>frevvo.menu.bar</param-name>
		<param-value>true</param-value>
		<description>Show menu bar. Set to false if all menu items are disabled.</description>
</context-param>

...