Hi,
Sorry to repeat the same topic, but
I couldnt find the proper resolution (maybe bad search criteria ).
I am just trying to replace BO logo with my company logo (top left of Infoview page). I tried all the ways like using CMC options, chanign Image ect. Now, any one please tell me the best and simple way of doing it.
First save your company logo as .gif format. go to below directory and edit web.xml file.
BO installed Directory:\Program Files\Business Objects\Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\WEB-INF
now web.xml file is open in notepad now click find from edit menu and type “banner_logo.gif” and find. if u find that file replace with your company logo file for example companyl_logo.gif.
after that restart Apache Tomcat and CMS server to take effect.
If you are using XIR2.this is the Solution: https://bobj-board.org/t/44306The Home page file that displays the welcome text and B.O. logo is Home.jsp and resides in
F:\Program Files\Business Objects\Tomcat\webapps\businessobjects\enterprise11\desktoplaunch\InfoView\main
NOTE - all we did was take the existing home.apsx that we use for IIS and save it as JSP using Frontpage, then copied it into the folder mentioned above
Images have to be stored in different locations
If your home.jsp file references an image , then its address is relative to the folder mentioned above. So , in our example , we have a line in our home.jsp file that includes the statement SRC=images/fosters2.jpg
So the image file is stored in
F:\Program Files\Business Objects\Tomcat\webapps\businessobjects\enterprise11\desktoplaunch\InfoView\main\images
The main banner image at the top of the Infoview screen should reside in :-
F:\Program Files\Business Objects\Tomcat\webapps\businessobjects\enterprise11\desktoplaunch\InfoView\res\schema.blue\Images
This is the image that is also configured in the CMC / Enterprise Applications / Infoview screen - “Display custom logo at this URL”
In our example , we set it to Images/logoname.jpg
this setting is relative to the schema_blue directory. so we created a subdirectory called Images to hold the file.
the name must be identical to the actual pathname including case
Some one please help me for Changing my LOGO in Infoview for XIR3.1
Just put the logo as gif in <webapps_dir>/InfoViewApp/res/schema.blue and set the name of the file in CMC/Apllications/InfoView/Preferences ex. logo.gif