Products | Versions |
---|---|
Spotfire Server | All Versions |
There is an option to configure the packet size on the Spotfire server for the AJP connector. The Spotfire Server runs on Tomcat and the packet size attribute is configurable. When Tomcat is talking to the Apache server, for example with the Apache HTTP Server used in load balancing, this attribute is applied. Normally it is not necessary to change the packet size but this modification can help in special cases with load balancing configuration and if Kerberos Authentication fails due to a large token.
To modify the packet size, update the packetSize setting in the server.xml file located here by default: <Install Directory>\tss\X.X.X\tomcat\conf\server.xml. Since the AJP connector is disabled by default, you will have to enable (uncomment) it first by removing <!-- & --> for the Connector section shown below.
Example server.xml:
<!-- Enable this connector if you want to use a load balancer that supports the Apache JServ Protocol --> <!-- <Connector port="8009" protocol="AJP/1.3" packetSize="65536" URIEncoding="UTF-8"/> -->
External: Apache Tomcat - The AJP Connector:
TIBCO Spotfire Server Installation Manual > "Load Balancing Reference Implementation" - mod_jk settings
https://docs.tibco.com/products/tibco-spotfire-server/