Click the Ticket ID link for an alert in CA SOI to open CA Service Desk in context to see the associated ticket details.
When you click the link, you are prompted for a user name and password to log in to CA Service Desk. If you set up external authorization with Apache Tomcat on the CA Service Desk system, you can proceed directly to the ticket detail without logging in.
Perform this procedure on the CA Service Desk server.
Follow these steps:
<!-- Add filter-mapping here -->
<filter>
<filter-name>NtlmHttpFilter</filter-name> <filter-class>jcifs.http.NtlmHttpFilter</filter-class>
<init-param> <param-name>jcifs.smb.client.domain</param-name> <param-value>domainname</param-value> </init-param>
<init-param> <param-name>jcifs.netbios.wins</param-name> <param-value>WINS IP</param-value> </init-param>
</filter> <filter-mapping>
<filter-name>NtlmHttpFilter</filter-name> <url-pattern>/*</url-pattern>
</filter-mapping>
<!-- Context Listener -->
pdm_tomcat_nxd -c stop pdm_tomcat_nxd -c start
The Access Type Detail page opens.
For more information about configuring CA Service Desk using the web interface, see the CA Service Desk Administration Guide.
The Update Access Type page opens.
You can now log in to CA Service Desk directly.
|
Copyright © 2013 CA.
All rights reserved.
|
|