cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Thingworx Runtime Favicon

zhudson
7-Bedrock

Thingworx Runtime Favicon

I'm looking to update the Favicon for a mashup, however it appears that the old solution of doing it doesn't work anymore. Is this something that's still possible?

 

Old post: https://community.ptc.com/t5/ThingWorx-Developers/Browser-Tab-Icon/td-p/506026

 

Thanks

1 REPLY 1
bbeuckSIG
15-Moonstone
(To:zhudson)

I managed to show my desired icon, here are my notes for configuration:

  1. Open RDP connection to TWX server.
  2. Open folder: D:\Apache Software Foundation\Tomcat 8.5\webapps\Thingworx\Runtime (assuming Tomcat is on D: drive)
  3. Copy your file ("DSPLogo65x75.png" in my case) into this folder
  4. Open file "index.html"
  5. Add in front of head tag: <link rel="shortcut icon" type="image/png" href="DSPLogo65x75.png"/>
  6. Restart Tomcat (sometimes not necessary, test before you restart)

I attached a screenshot of how the file looks like in my case.

 

However, I am not sure if this is the "proper" way to do this but at least it works.

Top Tags