Here are the necessary changes to be made in order to use a new service port for TSSS service:
For a standalone TSSS installation:
(1) In the TSSS configuration file "custom.properties" (SPSERVER_HOME/conf/spserver.properties), modify the service.url to use the new port value, for example, 8081
service.url=http://
servername:8081/
service_nameSee:
https://docs.tibco.com/pub/sf_statsvcs/11.8.1/doc/html/TIB_sf_statsvcs_11.8.1_installation/installation/topics/service.url.html(2) In the TSSS tomcat configuration file "server.xml" (SPSERVER_HOME/tomcat/conf/server.xml), modify the "Connector port" to use the new port value, for example, 8081
Connector port = 8081
For a TSSS cluster installation:
(a) make change (1) in custom.properties in TSSS cluster share folder (SPSERVER_SHARE/conf/spserver.properties)
(b) make change (2) in server.xml in TSSS cluster manager node (SPSERVER_HOME/tomcat/conf/server.xml) and worker node if installed (SPSERVER_HOME/worker/conf/server.xml)
(c) Additionally, find the configuration file "cluster.properties" in the TSSS cluster share folder (SPSERVER_SHARE/conf/cluster.properties), modify the "tomcat.port" to use the new port value, for example, 8081
tomcat.port=8081
(3) Restart TSSS service to make above changes take effect.
For TSSS Cluster installation, restart TSSS service in both Manager Node and Worker node.