Skip to main content
joaquinrivero
Inspiring
April 29, 2013
Answered

Coldfusion 10 + Apache + Flex2gateway + Debian/Linux

  • April 29, 2013
  • 1 reply
  • 4667 views

I had a battle with this, I've googled and seen more than 100 results and have not found the solution.

I installed many times "Coldfusion", in different ways, in different distributions of linux and can not find the solution to the much hated "flex2gateway", tryig so many fixes but none worked for me, I keep getting the 404.

System details: Debian Wheezy (7.0), Coldfusion 10, Apache 2.2.22

I hope someone can help me.

This topic has been closed for replies.
Correct answer joaquinrivero

Solved.

Adding this lines on /etc/apache2/mod_jk.conf :

# 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>

1 reply

joaquinrivero
joaquinriveroAuthorCorrect answer
Inspiring
April 30, 2013

Solved.

Adding this lines on /etc/apache2/mod_jk.conf :

# 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>

Participant
July 31, 2013

Good Morning,

My name is Jose Valera Corferias Jobs in Bogota Colombia, we used Coldfusion 10 with RedHat 6.2, in our case Apache httpd folder not currently have the same drawback flex2gateway but the location that you provided does not exist, my question is: Does the process is the same regardless of the version of Linux used or depends on the version of Linux?.

I appreciate the attention given

joaquinrivero
Inspiring
July 31, 2013

Hi Jose, I used this solution on Mac OS X with MAMP PRO and works, you need to find the "mod_jk.conf" file on conf folder of apache.