Enabling Security Notification Banner
A Security Banner provided with the Data Platform User Console Console is disabled by default. To enable it, make a simple edit to the Data Platform User Console web.xml file.
To enable the security banner:
1. | Open the following file in a text editor: |
<install location>:
\Program Files\Data Platform\User Console\Tools\Tomcat\webapps\Data Platform\WEB-INF\web.xml
2. | Find <param-name>filter-enabled</param-name>. |
3. | In the line that contains <param-value>, change “false” to “true”. |
For example, change:
<init-param>
<param-name>filter-enabled</param-name>
<param-value>false</param-value>
</init-para>
to
<init-param>
<param-name>filter-enabled</param-name>
<param-value>true</param-value>
</init-param>