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