When TEAMS-RDS is installed, whether by itself or through TEAMS-IDE Server, TEAMS-RDS’ Tomcat server is configured to listen on port 80. If and when IIS is installed and enabled, Tomcat won’t be able to listen on port 80, thus you will not have access to the TEAMS-RDS server. This document will cover how to change the Tomcat server port so that it does not conflict with IIS. Giving you access to TEAMS-RDS.
- Stop TEAMS-RDS Services
- Start
- → Programs
- → TEAMS-RDS
- Stop TEAMS-RDS Services
- Change Tomcat Port
- Open File Explorer
- Type ‘%RDS_BASE%\jakarta-tomcat\conf’ into Address bar and press Enter
- Open file server.xml with your favorite text editor (we prefer Notepad++:)
- Update value of attribute @port of element <Connector> to port 8080 or other port that is not in use
<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" URIEncoding="UTF-8"/>
- Save the file
- Start TEAMS-RDS Services
- Start
- → Programs
- → TEAMS-RDS
- Start TEAMS-RDS Services