Post RTC installation, /jts/setup page is not opening.
We have successfully installated RTC 5.0.2 with the latest fix pack in to a Linux server. POst installation, we tried to configure the database using https://rtcuri/jts/setup page but the page was not opening up.
When we try to access the link, somehow the port number is getting appended with the URI, i.e. https://rtcuri:portnumber/jts/setup. Not sure how the port number is getting appended. Can someone please help us to resolve this issue?
Accepted answer
RTC 5.0.2 bundles Tomcat and its port number is 9443 by default. Some changes must have been made in your environment to allow you to access RTC through port 443. If you don't know the details, no one on this forum can actually help you.
However, you can try to access https://rtcuri and see whether you reach Apache (a reverse proxy of choice in most such cases) or Tomcat. If you can determine that a reverse proxy exists, you need to check the configuration of the reverse proxy. If you reach Tomcat directly, you need to check the server.xml file of the Tomcat deployment.