Skip to main content
Inspiring
May 28, 2008
Question

Gateway server-name will not change

  • May 28, 2008
  • 1 reply
  • 447 views
I have changed the name of my domain on a shared server at a web host.

When a swf calls the Flash Remoting gateway, CF provides the path to the cfc required.

After changing the domain name everything works correctly except CF still provides the old domain name to the remoting gateway.

I presume this happens in CFusionMX7/wwwroot/WEB-INF/flex/services-config.xml where the gateway is defined and the domain name gets bound to {server.name}.

Does anyone know where this name comes from and how to force CF to reset it?

Doug
    This topic has been closed for replies.

    1 reply

    doug777Author
    Inspiring
    May 28, 2008
    Problem solved. It required the web host to restart the CF service so that the new domain name was picked up from the web server.

    Doug