This page is no longer maintained and may contain obsolete information.
To enable or disable the AppMarq link in the CAST Engineering Dashboard (Assessment - Application Level), first locate the following section in the web.xml:
<context-param> <param-name>display.appmarq</param-name> <param-value>true</param-value> <description>Display Appmarq button in application view</description> </context-param>
By default the AppMarq link is enabled:
To disable the link, change the AppmArq configuration parameters as follows (change the param-value tag to "false"):
<context-param> <param-name>display.appmarq</param-name> <param-value>false</param-value> <description>Display Appmarq button in application view</description> </context-param>
The link will no longer be displayed in the Assessment - Application Level page.