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

Coldfusion 10 + Apache + Flex2gateway + Debian/Linux

Explorer ,
Apr 29, 2013 Apr 29, 2013

Copy link to clipboard

Copied

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.

Views

4.4K

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

correct answers 1 Correct answer

Explorer , Apr 30, 2013 Apr 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>

Votes

Translate

Translate
Explorer ,
Apr 30, 2013 Apr 30, 2013

Copy link to clipboard

Copied

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>

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
New Here ,
Jul 31, 2013 Jul 31, 2013

Copy link to clipboard

Copied

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

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
Explorer ,
Jul 31, 2013 Jul 31, 2013

Copy link to clipboard

Copied

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.

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
New Here ,
Aug 12, 2013 Aug 12, 2013

Copy link to clipboard

Copied

LATEST

Thanks worked perfectly.

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