[flexcoders] Re: question for services-config?

2009-04-29 Thread aglosband
Those tokens are replaced at runtime using the values in the http request url. 
You can also use custom run-time tokens that are replaced using options that 
are passed to the JVM. The following section of the blazeds documentation 
explains this. 

http://livedocs.adobe.com/blazeds/1/blazeds_devguide/help.html?content=lcarch_4.html

-Alex 

--- In flexcoders@yahoogroups.com, "markflex2007"  wrote:
>
> I have question for the following code:
> 
> 
>  uri="http://{server.name}:{server.port}/{context.root}/messagebroker/amf";
> class="flex.messaging.endpoints.AMFEndpoint"/>
> 
>  false
> 
> 
> 
> which file can provice {server.name}, {server.port} and {context.root},
> 
> Which file I can change if I want to change them? Please give me the
> file name I can make some changes.
> 
> Thanks
> 
> Mark
>




[flexcoders] Re: question for services-config?

2009-02-26 Thread markflex2007
How to do this if I need se end point like
 
http://192.168.0.10:1080/mytest/mytestbroker/amf

Thanks


Mark