Use tokens for the endpoint uri

<endpoint uri="http://83.170.86.32:80/flex2gateway/"; 
class="flex.messaging.endpoints.AMFEndpoint"/>    

should be:

<endpoint uri="http://{server.name}:{server.port}/flex2gateway/"; 
class="flex.messaging.endpoints.AMFEndpoint"/>    


{server.name} and {server.port} will be replaced with the actual values at 
runtime.
So you can then put your app on different servers without having to worry about 
the gateway url.

regards,
Muzak

----- Original Message ----- 
From: "stephen50232" <[EMAIL PROTECTED]>
To: <flexcoders@yahoogroups.com>
Sent: Wednesday, October 17, 2007 6:00 PM
Subject: [flexcoders] Re: problems access a Flex/CF site via a URL


Well my method calls worked fine on another server I was running this
application on, I've recently moved the site to a new server and
repointed the URL.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to