Changing the Web Application Server Host Name and Port

Often you install FME Server and then need to update the web application server host name or port.

The following instructions assume the Apache Tomcat server that is bundled by default with an FME Server installation is the one currently in use.

Update Service URLs (For Updating Host Name or Port)

  1. Log in to the FME Server Web User Interface.
  2. Navigate to Services.
  3. Click on each service to open the Editing Service page.
  4. In the URL Pattern field, make the appropriate changes and click OK when done.

Update FME Server Web URL (For Updating Host Name or Port)

On the machine hosting the FME Server core:

  1. Open the fmeServerConfig.txt configuration file.
  2. Locate the FME_SERVER_WEB_URL directive and update the URL value to the new web applications server host and/or port. For example:
  3. FME_SERVER_WEB_URL=http://MY_WEBAPP_HOST:80

Note  If Topic Monitoring no longer functions after updating the host name, perform the following additional configuration:
  1. Open the propertiesFile.properties file for the FME Server service.
  2. Add the line WEB_SOCKET_SERVER_NAME=<hostname>, where <hostname> is the new host name. Optionally, add the line WEB_SOCKET_SERVER_PORT=<port>, where <port> is the new port.
  3. Restart FME Server.

Update the Web Application Server XML File (For Updating Port)

To update the web application server xml file (server.xml), first determine if your FME Server is configured for HTTPS traffic. Then, follow the applicable instructions:

See Also