The Federated Search feature is configured on the web client interface when Cross-Origin Resource Sharing (CORS) filter is added to the web interface and the Federated Search (FS) Tomcat. This filter allows you to add a list of cross-origin requests. By default, the web interface setting is defaulted to a "*", indicating that any origin requests, either cross or same-origin are allowed. It is recommended that you restrict this setting further with a list of CA SDM Web Interface Servers configured for your environment.
To edit the web interface client setting and allow cross-origin requests, complete the following steps:
$NX_ROOT\bopcfg\www\CATALINA_BASE_FS\webapps\cafedsearch\WEB-INF\web.xml
<web-app><filter><init-param><param-name>cors.allowOrigin</param-name>
<param-value>http://web01:8080 http://web02:8080 http://web03:8080</param-value>
|
Copyright © 2013 CA.
All rights reserved.
|
|