You are here: Administrator's Guide > Other Common Tasks > Licensing and Administration > Configuring Native OGC Services Support

Configuring Native OGC Services Support

Beginning with FME Server 2016, Safe Software recommends providing Open Geospatial Consortium (OGC) services by configuring FME Desktop workspace templates that implement the OGC standard, and registering them to the FME Server Data Streaming Service to provide output. This method provides fuller control over OGC features than previous OGC services that were native to FME Server.

To get started, workspace templates are available for both the OGC Web Feature Service (WFS) and OGC Web Mapping Service (WMS). You can then configure them to provide basic services with your data. For instructions and downloads, see the following:

Although native OGC service support remains available in FME Server, it is deprecated and must be configured manually:

  1. If your FME Server is an Express installation , or your distributed installation is configured to use the Apache Tomcat servlet provided with the installation, rename file fmeogc.war.rename to fmeogc.war. This file is located in <FMEServerDir>/Utilities/tomcat/webapps.
  2. Navigate to <FMEServerDir>\Clients\utilities.
  3. Rename file serviceWorkspaceDefs.xml to serviceWorkspaceDefs_new.xml.
  4. Rename file serviceWorkspaceDefs_old.xml to serviceWorkspaceDefs.xml.
  5. Navigate to <FMEServerDir>\Server\config\.
  6. Rename file installer.json to installer_new.json.
  7. Rename file installer_old.json to installer.json.
  8. Navigate to <FMEServerDir>\Clients\utilities.
  9. Run file configureDemoWorkspaces.bat.
  10. Restart the FME Server Application Server.