Hello,
I couldn't find any document about what data flow between GSA and Tomcat Connector Manager.
Basically, we have a Tomcat to host Connector and in the GSA Admin console we setup this:
And in the applicationContext.properties, we have this:
feed.contenturl.prefix=http\://tomcat-box\:60042/connector-manager/getDocumentContent
googlePropertiesVersion=3
#gsa.feed.port=19900
feedLoggingLevel=ALL
gsa.feed.host=gsa-ip-address
manager.locked=true
gsa.feed.protocol=https
gsa.feed.securePort=19902
and what kind of data send using gsa.feed.host=gsa-ip-address, gsa.feed.protocol=https.
And using this gsa.feed.host=gsa-ip-address, gsa.feed.protocol=https to push data back to GSA for index.
Is that right?
Thank you.