Skip to main content
1-Visitor
May 20, 2016
Question

Updated TW Extension not reflected without restart the server

  • May 20, 2016
  • 1 reply
  • 2268 views

I have developed a ThingWorx Extension and deployed on cloud instance.

After deleting the existing Extension from cloud instance, import updated Extension. But updated extension has not been reflected. It is reflecting the older extension version. Changes has been reflect on development environment, while restarting the server. But restart the server on cloud is not possible for me because there are other applications are also running on cloud instance. Any alternative without restart the cloud instance and my updated ThingWorx Extension will reflect. Please help me for the same.

1 reply

1-Visitor
May 20, 2016

Hi,

If it's a Server Side Extension ( aka Java extension ) you need to restart Tomcat, otherwise you won't see the updates.

For now thats the only way.

Carles.

ssri1-VisitorAuthor
1-Visitor
May 23, 2016

Thanks, Carles for quick reply.