Skip to main content
17-Peridot
July 22, 2022
Solved

The url localhost:8080 is not showing that tomcat is running but ThingWorx is connecting to composer

  • July 22, 2022
  • 2 replies
  • 2953 views

i installed thingworx foundation installer for postgresql. The url localhost:8080 is not showing that tomcat is running but thee url localhost:8080/Thingworx is connecting to thingworx composer. What is the reason for this? Then how to check tomcat is running or not in browser. 

Best answer by slangley

Hi @AP_9587236.

 

If I'm understanding correctly, you're asking how to get to the Tomcat console page.  Is that correct? 

 

I'm also assuming you used the ThingWorx installer for installation.  If so, the Tomcat console page has been disabled for security reasons.  You can use the Tomcat logs located at <tomcat_home>\logs for validation. 

 

Regards.

 

--Sharon

2 replies

slangleyCommunity ManagerAnswer
Community Manager
July 22, 2022

Hi @AP_9587236.

 

If I'm understanding correctly, you're asking how to get to the Tomcat console page.  Is that correct? 

 

I'm also assuming you used the ThingWorx installer for installation.  If so, the Tomcat console page has been disabled for security reasons.  You can use the Tomcat logs located at <tomcat_home>\logs for validation. 

 

Regards.

 

--Sharon

17-Peridot
July 24, 2022

So we cant see the tomcat console page if we installed Thingworx foundation installer. 

Community Manager
July 25, 2022

Hi @16481297 

 

You can reconfigure Tomcat but keep in mind that if the site is accessible from the public network, you will be compromising its security.  This site provides details on reinstating the console page.

 

Regards.

 

--Sharon

 

 

 

17-Peridot
July 25, 2022

Just adding some technical; details to @slangley 's answer...

 

I don't have the installation of the latest and greatest version at hand, but a while back Foundation installer was just removing the 'ROOT' folder (which contains the "default page") from the Tomcat's `webapps` folder.

No extra security configs were altered / added.

 

You can restore the default Tomcat home page by simply copying the `webapps\ROOT` folder from the Tomcat installation package (get one on https://tomcat.apache.org/). Just make sure to use the same version - check your version by running version.bat / version.sh from `ThingWorxFoundation\tomcat\current\bin` or `java -cp catalina.jar org.apache.catalina.util.ServerInfo` from `ThingWorxFoundation\tomcat\current\lib`