Andy,
Be sure that the root folder on server matches that on your local. Otherwise, the path to your cfcs will be incorrect.
--Sam Singer
On Jan 15, 2008, at 1:29 PM, Andrew Fox wrote:

I've just migrated my first Flex app to our production environment and got a "302" error. After searching the web most of the day, the solution I've found doesn't work.

I've modified the services-config.xml file to the following as recommended:

==================================
   <channels>
<channel-definition id="my-cfamf" class="mx.messaging.channels.SecureAMFChannel"> <endpoint uri="https://{server.name}:443{context.root}/ flex2gateway/" class="flex.messaging.endpoints.SecureAMFE
ndpoint"/>
           <properties>
               <polling-enabled>false</polling-enabled>
               <serialization>
                   <instantiate-types>false</instantiate-types>
               </serialization>
               <add-no-cache-headers>false</add-no-cache-headers>
           </properties>
       </channel-definition>
   </channels>
=================================

I initially tried it with the {server.port} instead of the hard- coded 443 with the same result. When looking at the headers using FireFox and the Live HTTP Headers plugin, it calls the https version, but now it gives a "500" error on our dev machine that accepts both http and https.

Is there some other piece that I'm missing? Do I need to change something in Apache or the firewall to allow the flex2gateway to use https? I know I can't be the only one who's had this problem.

--
Andy Fox
Systems Analyst III
Georgia Tech OIT-EIS
404-894-4413



-------------------------------------------------------------
To unsubscribe from this list, simply email the list with unsubscribe in the subject line

For more info, see http://www.affug.com
Archive @ http://www.mail-archive.com/discussion%40affug.com/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------





-------------------------------------------------------------
To unsubscribe from this list, simply email the list with unsubscribe in the 
subject line

For more info, see http://www.affug.com
Archive @ http://www.mail-archive.com/discussion%40affug.com/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------


Reply via email to