Coldfusion 10 + Apache + Flex2gateway + Debian/Linux
i had battle this, i've googled , seen more 100 results , have not found solution.
i installed many times "coldfusion", in different ways, in different distributions of linux , can not find solution hated "flex2gateway", tryig many fixes none worked me, keep getting 404.
system details: debian wheezy (7.0), coldfusion 10, apache 2.2.22
i hope can me.
solved.
adding 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>
More discussions in ColdFusion
adobe
Comments
Post a Comment