I want to add an icon with the browser title like a favicon. For this, I have added the below line in the Identity Servers "/opt/novell/nids/lib/webapp/jsp/nidp_latest.jsp" file, in btween the <head> tag.
<link rel="icon" href="<%=request.getContextPath()%>/images/custom_favicon.png">
and restarted the /etc/init.d/novell-idp service but still it is not showing me any icon in the browser title, please help me on this.