Products | Versions |
---|---|
Spotfire Server | All Versions |
This article explains how we can enable Public IP and Private IP in Spotfire server's tomcat configuration.
<Connector port="80"
maxHttpHeaderSize="65536"
connectionTimeout="30000"
address="127.0.0.1"
enableLookups="false"
URIEncoding="UTF-8"
disableUploadTimeout="true"
server="TIBCO Spotfire Server"
compression="on"
compressibleMimeType="text/html,text/xml,text/plain,text/css,application/json,application/javascript,image/svg+xml,application/xml"
acceptorThreadCount="2"
keepAliveTimeout="30000"
maxKeepAliveRequests="-1"
maxThreads="2000" />