Solved
Access thingworx without port
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/
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/
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.