You are here: Administrator's Guide > Securing FME Server > Hiding External Content in the Web User Interface

Hiding External Content in the Web User Interface

The login and home pages of theWeb User Interfacedisplay dynamic content that links to resources outside FME Server, including content on the FME Knowledge Center and other resources, training, and events on the safe.com domain. You can restrict users from seeing this content.

隐藏外部内容的Web用户界面

  1. Open the propertiesFile.properties configuration file in the FME Server installation directory (<FMEServerDir>).
  2. When FME Server is installed using express installation, this configuration file is located at <FMEServerDir>/Utilities/tomcat/webapps/fmeserver/WEB-INF/conf/propertiesFile.properties.

  3. Locate the HIDE_EXTERNAL_CONTENT property (at or near the end of the file).
  4. Change the value of this property fromfalsetotrueand save the file.
  5. Restartthe FME Server Windows services.