Disable webstart workstation
book
Article ID: 109738
calendar_today
Updated On:
Products
CA Application Performance Management Agent (APM / Wily / Introscope)
INTROSCOPE
Issue/Introduction
Is there a way to disable the webstart workstation or disable the link on the "CA APM UI" page?
Environment
Release:
Component: APMISP
Resolution
Please review and see of the following workaround works for you.
In the "CA APM UI" page the workstation link comes from following:
<EM-Home>//product/enterprisemanager/plugins/com.wily.introscope.workstation.webstart_10.5.2/WebContent
File: index.jsp
<td align="center"><a id="manualLogin" href="/workstation"><%=getMessage(request.getLocale(),
"WebStart_Index_Start")%></a>
</td>
If you remove the above from the index.jsp file, the link should be disabled.
We suggest to make this change when EM is stopped.
Feedback
thumb_up
Yes
thumb_down
No