The Asset Management System (AMS) lets you view discovered and owned data for an asset that has been linked through reconciliation. After you install the AMS, which requires that you install the Java Development Kit (JDK) before you start the CA APM installation, the component is configured for non-secure network communication (http). To configure the component for secure network communication (https), you first configure the Apache Tomcat server (where AMS is installed) to support the Secure Socket Layer (SSL) protocol. Then, change a setting for the AMS component in the web configuration file.
Note: For information about configuring the Apache Tomcat server for the SSL protocol, see the Apache Tomcat documentation.
To configure AMS for secure network communication
[ITAM Root Path]\Web Server
<add key="AMS" value="http://server_name:non_ssl_port/AMS/login.do" />
<add key="AMS" value="https://server_name:ssl_port/AMS/login.do" />
AMS uses secure network communication.
Note: Subsequent updates to the web server configuration through System Configuration in the product overwrite the changes you make in this procedure.
|
Copyright © 2013 CA.
All rights reserved.
|
|