What's set in the Administrator for the class files? Is it set there to save to disk?

Server Settings > Cache Settings > Save Class Files


-----Original Message-----
From: Peter Tilbrook [mailto:[EMAIL PROTECTED] 
Sent: Sunday, September 14, 2003 8:08 AM
To: CF-Talk
Subject: MX6.1 obscure caching issue.


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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to