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
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
Hello Rob,
You are correct: in 5.0.2 the plugins are not shipped as part of the .war file, so there is no need to rebuild the war.
You may need to force the server to re-provision to pick up your latest changes. Visit this URL for each application you are using (JTS, CCM, QM, RM)
https://<server>:<port>/<application_root>/admin/cmd/requestRest
Then, restart the server. You may see messages that the directories for each application are being deleted.
If that does not work, you may need to clear the application server cache.
Hope that helps,
Ruby
Martha (Ruby) Andrews
Jazz Foundation L3 Development Team Lead
You are correct: in 5.0.2 the plugins are not shipped as part of the .war file, so there is no need to rebuild the war.
You may need to force the server to re-provision to pick up your latest changes. Visit this URL for each application you are using (JTS, CCM, QM, RM)
https://<server>:<port>/<application_root>/admin/cmd/requestRest
Then, restart the server. You may see messages that the directories for each application are being deleted.
If that does not work, you may need to clear the application server cache.
Hope that helps,
Ruby
Martha (Ruby) Andrews
Jazz Foundation L3 Development Team Lead
Comments
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
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