EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB484414: How to modify the MicroStrategy Favicon displayed in the Web Admin page browser using MicroStrategy Web SDK 10.x and 11.x


Mengran (Molly) Wang

Senior Cloud Support Engineer III • MicroStrategy


This article explains how to change or remove the MicroStrategy Favicon displayed in the browser of the Web Admin page using MicroStrategy Web SDK.

In the browser of the Web Admin page, the favicon icon is displayed. Users may not want this image or want to use their own image in the browser. Developers can follow the following steps to modify the favicon image using the Web Customization Editor.
 

  • Launch Eclipse.
  • Launch the Preferences dialog from Windows > Preferences.
  • On the left menu, choose Strategy. 
  • Select the Show Advanced Options checkbox. 
  • Select the Admin Pages checkbox. 
ka02R000000btLrQAI_0EM2R000001IBWI.jpeg
  • Go to Strategy Web Configuration > Admin Pages > welcomeadmin.
ka02R000000btLrQAI_0EM2R000001IBWw.jpeg
  • Click on the Template Properties tab.
  • Next to the mstrWeb.aspx/jsp file reference, click Modify. If prompted, agree to create a copy and edit the copy. 
  • Comment out the following lines in the files that call
    favicon.ico.
      For example: 
    
    <!--  favicon -->
    <!--<link rel="shortcut icon" href="../style/mstr/images/favicon.ico" type="image/x-icon" />-->
    <!--  end favicon --> 
    
    

    Or change the icon image to a different desired image. For example: 
    
    <!-- favicon -->
    <link rel="shortcut icon" href="../plugins/customplugin/style/mstr/images/customfavicon.ico" type="image/x-icon" />
    <!-- end favicon -->
    

  • Save the changes and restart the Web Server.

Related Articles

KB440023: How to Change or Remove the MicroStrategy Favicon Displayed in the Browser When Running a Report Services Document in Presentation Mode using the MicroStrategy Web SDK 10.x
KB33986: How to Change or Remove the MicroStrategy Favicon displayed when viewing MicroStrategy Web 9.3.x in the browser
 


Comment

0 comments

Details

Knowledge Article

Published:

July 20, 2020

Last Updated:

July 20, 2020