• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How do I get flex remoting to work with Coldfusion 11

Community Beginner ,
May 16, 2014 May 16, 2014

Copy link to clipboard

Copied

Hi,

Coldfusion 11 (Developer)

Flex 3

Existing Flash Application works with Coldfusion 8

Flex Integration is turned on.

Running latest update

CentOS 6.1 with latest updates

I have done the following:

http://127.0.01/flashservices/gateway  ---> Page Not found

http://127.0.01/flashservices/gateway/  ---> Page Not found

http://forums.adobe.com/message/5621721#5621721

Confusion Blog » Apache + Debian + Coldfusion 10 + flex2gateway = Error 404

https://groups.google.com/forum/#!topic/railo/6j2i6gl8Ac4

\config\wsconfig\1\uriworkermap.properties file to include:

/flashservices/gateway/* = cfusion

/flashservices/gateway = cfusion

I have modified the mod_jk.conf like so:

# Select the timestamp log format

JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "

# Fix para Flex2gateway

<IfModule jk_module>

    JkMount /*.cfm ajp13

    JkMount /*.cfc ajp13

    JkMount /*.do ajp13

    JkMount /*.jsp ajp13

    JkMount /*.cfchart ajp13

    JkMount /*.cfres ajp13

    JkMount /*.cfm/* ajp13

    JkMount /*.cfml/* ajp13

    JkMountCopy all

</IfModule>

AddHandler jakarta-servlet .cfm .cfml .cfc .cfr .cfswf

Alias /CFIDE "/opt/coldfusion10/cfusion/wwwroot/CFIDE"

I uncommented the "start flex 2" section in web.xml

Nothing has worked.

I have searched Google and Adobe.

I was hoping that Adobe would have the "Flex Integration Check Box" working

by now.  It only been around since ColdFusion 8 and basically does nothing.

Adobe could post a tutorizl on how to get this working.

Job Security for "Tech Support".

Any ideas.

Brian

TOPICS
Flash integration

Views

1.9K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Mar 07, 2017 Mar 07, 2017

Copy link to clipboard

Copied

LATEST

I know this is super old; but I just spent a day knocking my head over the same issue; and this is one of the highest search results for the problem. 

I couldn't get Flex Remoting to work with either CF10 using Apache Web Server 2.2 or or CF11 using Apache Web Server 2.4. 

I was able to fix the issue by adding this line to the Apache config:

JkMountCopy All

As I understand it; this basically tells Apache Web Server that the jk module loading is inherited by all virtual hosts.  I got the idea from here.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation