Update the Tomcat Properties File

Complete this step if both of the following are true:

  • YourFME Flowuses an Apache Tomcat servlet to run theFME FlowWeb Services. Apache Tomcat is provided with an Express installation ofFME Flow, and some分布式安装. Or, your distributed installation may be using your own Apache Tomcat servlet.
  • YourFME Flow Web User Interfaceis可访问的through an external-facing URL, or you have otherwise changed the URL through which the Web User Interface is accessed, such as byConfiguring for HTTPS.

To update the Tomcat properties file

  1. Open the Apache Tomcat properties file:
  2. <FMEFlowDir>\Utilities\tomcat\webapps\fmeserver\WEB-INF\conf\propertiesFile.properties

  3. Locate theSINGLE_SIGN_ON_AUTH_URLparameter, and update the host name and port portion of the URL to match the host name through which theFME FlowWeb User Interface is accessed. For example:
  4. SINGLE_SIGN_ON_AUTH_URL=http://MyFMEFlowHost:80/fmetoken/sso/generate

  5. Save and close the file.
  6. RestarttheFME Flowservices.