Skip to main content

1 reply

16-Pearl
July 26, 2019

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 😧 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.