How do I redirect users to a different web site when logging out of CA Service Desk Manager?
1. Open web.cfg file present under NX_ROOT/bopcfg/www folder with a text editor
2. Find the following lines
# LogoutURL is the URL of a web page to be displayed after a user logs out
# of Unicenter ServicePlus Service Desk. If this value is commented out, logging
# out displays the Unicenter ServicePlus Service Desk login form.
! LogoutURL http://www.broadcom.com
3. Uncomment the LogoutURL and modify the URL as required. For example
LogoutURL http://www.google.com
4. Save changes to the file
5. Recycle Service Desk Manager Service for the changes to take affect