Description:
The basic concept is SSL for BO should be implemented on its own TOMCAT instance.
In addition this is something over the scope of CA Clarity Support, restricted to the application implementation and usually handled by CAs Services branch.
Solution:
By default, Tomcat uses a non-SSL connector on port 8080. How do you enable SSL communication for a Tomcat application server?
- Install a certificate into the Tomcat instance used by Business Objects following the standard procedure described at http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html.
- The Tomcat configuration file which has to be updated is server.xml which can be found in the \CA\SC\CommonReporting\Tomcat\conf folder of the Business Objects installation.
- For the certificate to take effect, restart Tomcat, which can be done from Business Objects Central Configuration Manager.
- Update Clarity NSA so that the Reporting section specifies the correct URLs and chosen SSL port, for example
https://server.domain.com:8443/dswsbobje/services/session
https://server.domain.com:8443
- Restart the Clarity application.
Keywords: CLARITYKB