How Do I Change the RTC Logo to a Company Logo
![]()
So I looked at some of the other forum questions, and this question was asked earlier. I tried to follow the steps where you are to extract the IBM-logo.png from the net.jazz.web.app_<version number>.jar file. This answer is older because I cannot find this "net.jazz.web.app ..." file within the plugins folder. I am using RTC 5.0.2. Are there updated steps that can be followed to find and then update the logo?
|
3 answers
![]()
You can find all the images in the .jar file under net.jazz.web.app_2.2.200.v20140930_2001.jar/resources/graphics/. The specific IBM-logo.png is under net.jazz.web.app_2.2.200.v20140930_2001.jar/resources/graphics/Footer/.
P.S. Not sure which steps you referred to. Did you mean this one? http://www-01.ibm.com/support/docview.wss?uid=swg21634120 Comments Thanks for the reply, and yes that is the document that I searched. But when I pulled the war file and searched for the net.jazz.web.app_... file, it is not there. This is the path I went: Used unzip to open jts.war. Opened WEB-INF->eclipse->plugins and found a bunch of com.ibm...jar files and org.eclipse....jar files but no net.jazz.web.app...jar files. Where is this net.jazz.web.app ... jar file located?? Ah...I misunderstood your questions. You can find the files as follows. server/conf/jts/sites/update-site/plugins/net.jazz.web.app_2.2.200.v20140930_2001.jarNote that the first three are the same (for JTS/CCM/QM), and the last three are the same but different from the first three. I'm not sure why RM has this particular arrangement. After you repack/replace the .jar files, you need to re-provision the web applications for it to take effect, by doing "server reset". https://jts_server.mydomain.com:9443/jts/admin#action=com.ibm.team.repository.admin.serverReset https://ccm_server.mydomain.com:9443/ccm/admin#action=com.ibm.team.repository.admin.serverReset https://qm_server.mydomain.com:9443/qm/admin#action=com.ibm.team.repository.admin.serverReset Thanks ... that was it. Appreciate the help! Donald, you have been a great help and I was able to track down the logo, pngs and gifs that I was interested in. So the last step, after upgrading those files, would be to rebuild the jar file, which I did and replaced it in the same directory that I found it. But the reference article above says to rebuild the "war" file too. These jar files did not come from the war file, so should I assume that I do not need to mess with any war file? As a test, I replaced the "logo-rtl-sm.gif" (under the net.jazz.web.app....jar file with a different file and rebuilt the jar file. I replaced the jar file and then stop/started JTS. My change did not work, so I guess there are some other steps that I need to follow. |
![]()
Hello Rob
For your requirement to change the RTC logo to a custom logo, you can also follow the approach of uploading css files in themes section for each CLM application: You can refer the following blog which lists the examples where a logo can be modified either using a 'publicly accessible' image or an image file on a local machine. https://www.ibm.com/developerworks/community/blogs/nfrsblog/entry/web_ui_theming_feature_in_jazz_team_server?lang=en Regards, Rohit |