Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
How to configure thingworx URL without port in it ? Currently we are accessing the thingworx with port as shown
https://localhost:8443/Thingworx/
I need to make it as
https://localhost/Thingworx/
Solved! Go to Solution.
How did you install ThingWorx? Manually, Installer, Docker, ..?
You need to adapt the Tomcat/conf/server.xml and adapt the port of the Connector from 8443 to 443 (as 443 is the default https port) and restart Tomcat to take effect.
How did you install ThingWorx? Manually, Installer, Docker, ..?
You need to adapt the Tomcat/conf/server.xml and adapt the port of the Connector from 8443 to 443 (as 443 is the default https port) and restart Tomcat to take effect.
If the provided responses answered your question, please mark as Accepted Solution, for the benefit of others who may have the same question.
Regards.
Roshan