Custom Logo on CMC Web page...

Is there any possibility of placing custom logo on CMC Login page?


Puchu (BOB member since 2009-11-16)

Which version of BO have you installed ? With IIS or Tomcat ?
You have to edit web appplications files in order to insert logo in CMC or InfoView.


d8ona7 (BOB member since 2009-11-23)

We are using BOE XI 3.1 SP2 with Tomcat


Puchu (BOB member since 2009-11-16)

OK. So, edit the file …\Tomcat5.5\webapps\CmcApp\App\home.jsp.

Here an example :



    </head>
    <body onload="javascript:onLoad()" onresize="javascript:onResize()" id="home">
    
    <div id="header">    
    
    <!-- Our Modifications -->
    
    	<!-- Official Code

	    <div id="logoleft">
	       <img src="../images/left_topbanner.gif" alt="Central Management Console" >
	    </div>
	    <div id="logoright">
	    	<img src="../images/right_topbanner.gif" alt="Business Objects an SAP company" > 
	    </div>  
        
        End Official Code -->           	    
        
        <table width="100%" border="0">
          <tr>
            <td width="40%"><img src="../images/left_topbanner.gif" alt="Central Management Console" ></td>
            <td width="20%" style="font-size:25px; color:#FF0; background-color:#000"><div align="center">My Platform Name</div></td>
            <td width="40%" align="right">
                <img src="../images/right_topbanner.gif" alt="Business Objects an SAP company" >
                <img src="../images/mylogo.png" alt="My Logo" >&amp;nbsp;
            </td>
          </tr>
        </table>
        
    <!-- End Our Modifications -->
    	     	      
    </div>

    <div id="navigation">






d8ona7 (BOB member since 2009-11-23)

Anyone know what is the path for XI R3.1 on an IIS implementation ?


Veronica (BOB member since 2002-11-22)