MX 6.0 had a setting in one of the configuration XML files to disable the
caching of the generated java class files so that CF would generate each
page request afresh.

MX 6.1 appears to have the same setting but is still generating the class
files in the CFCACHE folder of CFusionMX\wwwroot\cfclasses\ folder.

Can anyone explain this or know how to turn of this caching? Below is what I
believe appears to be the relevant bits of the "web.xml" file in the
CFusionMX\wwwroot\web-inf\ folder:

    <context-param>
        <param-name>coldfusion.compiler.outputDir</param-name>
        <param-value>/WEB-INF/cfclasses</param-value>
        <description>This is the directory where we will place compiled
                        pages.  It must be relative to the webapp root.</description>
    </context-param>

    <context-param>
        <param-name>coldfusion.compiler.saveJava</param-name>
        <param-value>false</param-value>
        <description>
                        Set this to "true" to produce java files for debugging
                </description>
    </context-param>


False is set but CF is still generating the class files.

I'm running WinXP Professional with IIS 5.1.

Peter Tilbrook
ColdFusion Applications Developer
ColdGen Internet Solutions
4/73 Tharwa Road
Queanbeyan, NSW, 2620
AUSTRALIA

Telephone: +61-2-6284-2727
Mobile: +61-0439-401-823
E-mail: [EMAIL PROTECTED]

World Wide Web: http:/www.coldgen.com/

==

Analust - word meaning a Analyst (like myself) seeking work as an
analyst/programmer.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com

Reply via email to