Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi,
I have installed Thingworx and was able to access it on the localhost:8443/Thingworx/
When restarted after a few days, I could not access the same localhost:8443/Thingworx/ when checked on the Application Logs... Thingworx up and running:
Where can I check on which Port and URL is running?
Thanks,
Solved! Go to Solution.
If you inspect the logs - likely Catalina.out, you should see which port the server is binding to. You can also validate your configuration in $CATALINA_HOME/conf/server.xml.
Once the application is running, you can use a tool like netstat on Linux (netstat --listening --programs -n | grep 8443), or SysInternals TCPView to determine if the Java/Tomcat process was able to bind and open the port as you expect.
ThingWorx will always be running at /Thingworx.
If you inspect the logs - likely Catalina.out, you should see which port the server is binding to. You can also validate your configuration in $CATALINA_HOME/conf/server.xml.
Once the application is running, you can use a tool like netstat on Linux (netstat --listening --programs -n | grep 8443), or SysInternals TCPView to determine if the Java/Tomcat process was able to bind and open the port as you expect.
ThingWorx will always be running at /Thingworx.
Hi @pshashipreetham.
To expand on the response from @geva, if you installed ThingWorx using the installer, the default path for server.xml is C:\ThingWorxFoundation\tomcat\apache-tomcat-9.0.73\conf.
Regards.
--Sharon