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
In ThingWorx I don't think this is possible. You would have to configure Tomcat to rewrite the URL, maybe this helps:
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"
Regards,
Guillaume
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.
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.
Thanks,