Just a heads up….

 

I downloaded the review addition of the ColdFusion Server MX and have had a ball with it.  If you are wanting to try this with the FB3 stock files you will need to modify the index.cfm to the following so that it works with the new server:

 

FROM ->

<cfif variables.fuseboxVersion lte 450>

            <cfinclude template="fbx_fusebox30_CF40.cfm">

<cfelseif variables.fuseboxVersion lt 500>

            <cfif variables.fuseboxOSName contains "Windows">

                        <cfinclude template="fbx_fusebox30_CF45.cfm">

            <cfelse>

                        <cfinclude template="fbx_fusebox30_CF45_nix.cfm">

            </cfif>

<cfelseif variables.fuseboxVersion lt 600>

            <cfif variables.fuseboxOSName contains "Windows">

                        <cfinclude template="fbx_fusebox30_CF50.cfm">

            <cfelse>

                        <cfinclude template="fbx_fusebox30_CF50_nix.cfm">

            </cfif>

</cfif>

 

TO ->

<cfif variables.fuseboxVersion lte 450>

            <cfinclude template="fbx_fusebox30_CF40.cfm">

<cfelseif variables.fuseboxVersion lt 500>

            <cfif variables.fuseboxOSName contains "Windows">

                        <cfinclude template="fbx_fusebox30_CF45.cfm">

            <cfelse>

                        <cfinclude template="fbx_fusebox30_CF45_nix.cfm">

            </cfif>

<cfelseif variables.fuseboxVersion lt 700> // note the increase in version

            <cfif variables.fuseboxOSName contains "Windows">

                        <cfinclude template="fbx_fusebox30_CF50.cfm">

            <cfelse>

                        <cfinclude template="fbx_fusebox30_CF50_nix.cfm">

            </cfif>

</cfif>

 

With this change, which I know that there will be another release of FB3 to meet the new Server architecture, the FB3 application runs fine. 

 

Have fun!

 

Jason L. West, Sr.

Associate

CoCoDesign.com

1DotNow.com

 

==^================================================================
This email was sent to: [email protected]

EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]

T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================

Reply via email to