cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

Access thingworx without port

Keerthivarman
14-Alexandrite

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/

 

 

 

 

 

ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

2 REPLIES 2

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

Announcements


Top Tags