# Changing the GSA Feed Host for Connector Manager v2.x #
Connector Manager version 1.3 implemented a latch property
that attempts to prevent malicious re-assignments of the GSA
feed host. Connector Manager version 2.0 adds an HTTP address
filter that restricts communication with the Connector Manager
to either the machine running the Connector Manager (localhost)
or its configured GSA.
When installing a new connector using the Google Connector
Installer v2.0 (GCI) wizard, the GSA Feed Host is automatically
configured to the GSA specified during the installation.
However, associating a Connector Manager with a different
GSA now requires four (4) separate manual configuration steps.
The Connector Manager is now more secure, at the expense of
the Connector Administrator and Support Staff.
If the Administrator wishes to change a Connector Manager
Feed Host, he must do the following:
1. Shutdown the Connector's Tomcat server.
$TOMCAT_HOME/conf/server.xml
<Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.0.0.1,..." />
$TOMCAT_HOME/webapps/connector-manager/WEB-INF/applicationContext.properties
manager.locked
property and change its value to false
.$TOMCAT_HOME
represents the Apache Tomcat installation directory. For Connectors installed using GCI, this would be the Tomcat directory in the Connector Installation.