Skip to main content
11-Garnet
September 11, 2024
Question

How can i customize thingworx mashup url?

  • September 11, 2024
  • 4 replies
  • 1177 views

Hi,

 

I have an application starting mashup named org.proj.entity.name.type

I would like to customize this starting page url or redirecting from customized as mentioned below

https://<host>/Thingworx/Runtime/index.html?mashup=org.proj.entity.name.type

 

How to customize this to https://<host>/projectHome

 

 

 

thanks,

janakiraman P

4 replies

Rocko
19-Tanzanite
September 11, 2024

In ThingWorx I don't think this is possible. You would have to configure Tomcat to rewrite the URL, maybe this helps:

https://tomcat.apache.org/tomcat-9.0-doc/rewrite.html

14-Alexandrite
September 12, 2024

Hi,

What you can do in ThingWorx OOTB, it's to point <yourURL>/Thingworx/Home to a mashup which is defined on the User properties called "Home Mashup"

GuillaumeL_0-1726147480465.png

Regards,

Guillaume

13-Aquamarine
September 12, 2024

Not sure about your ask, however if you want a consistent URL you may go with Contained Mashup, internally mashup will be changing, but URL will be consistent.

18-Opal
March 20, 2025

Hi, 

 

There is an article that helps you redirect to another URL or the format; the configuration changes need to be done on the Tomcat Side.

 

Below is a similar article that will help you find a solution.

Article - CS353656 - How to configure Thingworx Navigate to access LandingPageAccessAppMashup with a short URL?

 

Thanks,