> For a specific CF server, I've been asked to use the following channel
> definition:-
>
> <channel-definition id="custom-secure-polling-amf"
> class="mx.messaging.channels.SecureAMFChannel">
>     <endpoint 
> uri="https://{server.name}:{server.port}{context.root}/flex2gateway/customsecurepollingamf";
>
>      class="flex.messaging.endpoints.SecureAMFEndpoint"/>
>     <properties>
>         <!--add-no-cache-headers>false</add-no-cache-headers-->
>         <polling-enabled>true</polling-enabled>
>         <polling-interval-seconds>8</polling-interval-seconds>
>
> <invalidate-session-on-disconnect>true</invalidate-session-on-disconnect>
>     </properties>
> </channel-definition>
>
> I'm trying to find information where and how this URI [1] is defined and
> how to define my own.
>
> [1] https://{server.name
> }:{server.port}{context.root}/flex2gateway/customsecurepollingamf

This stuff is in the xml files in /WEB-INF/flex. I forget which one
exactly - it's been a while since I've done any Flex stuff - but you
should be able to find it pretty quickly.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356654
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to