The Sign In screen displays a corporate logo, which you may want to customize.
To customize the logo on the Sign In screen:
If the /global/webpages/console/ directory structure does not exist, create the required directory structure.
<TR>
<TD align=center valign=bottom>
<img src="<%=request.getContextPath()%>/extn/console/icons/MyLogo.jpg"/>
</TD>
</TR>
<head>
<link REL="SHORTCUT ICON"
HREF="<%=request.getContextPath()%>/extn/console/icons/MyIcon.jpg"/>
<title><yfc:i18n>Yantra_7x</yfc:i18n></title>
</head>
If the /global/webpages/console/icons/ directory structure does not exist, create the required directory structure.
<context-param>
<param-name>bypass.uri.extn1</param-name>
<param-value>/console/icons/MyLogo.jpg</param-value>
</context-param>
<context-param>
<param-name>bypass.uri.extn2</param-name>
<param-value>/console/icons/MyIcon.jpg</param-value>
</context-param>