I think they recommend turning this off anyway if you're developing.

Under the Save Class Files checkbox:

"When you select this option, the class files generated by ColdFusion are saved to
disk for reuse after the server restarts. Macromedia recommends this for production
systems. During development, Macromedia recommends that you do not select this
option."

I have it unchecked and this directory is basically empty on my machine, just a few
files in it until i got to the checkbox at about 6:55 PM on August 19, 2003.

-----Original Message-----
From: Barney Boisvert [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 06, 2004 12:54 AM
To: CF-Talk
Subject: RE: help - CFMX creates class files... my C:\ drive is filling
up !

Or turn of the file-system cache in the CF administrator.  You'll
potentially lose some performace (if your template cache isnt' big enough),
and after cycling the server, it'll be a little slower, but certainly a
doable situation if the problem isn't worth getting a bigger disk.

Cheers,
barneyb

> -----Original Message-----
> From: Dave Watts [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 05, 2004 3:52 PM
> To: CF-Talk
> Subject: RE: help - CFMX creates class files... my C:\ drive
> is filling up !
>
> > My C:\ drive doesn't have lots of space and I see that CFMX
> > wants to store lots of .class files in..
> >
> > C:\CFusionMX\wwwroot\WEB-INF\cfclasses\
> >
> > Is there somewhere where I can tell CFMX to store them in
> > D:\cfclasses instead?
>
> You can change the directory in web.xml, but I'm not sure
> exactly how that's
> going to work for you:
>
> <context-param id="macromedia_context_2">
> <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>
>
> I'm not sure whether the "webapp root" will refer to the root
> directory of
> your web server, or whether it refers to the directory within
> CFMX which
> contains WEB-INF.
>
> If changing that doesn't work for you, you can always just
> create a symbolic
> link, I suppose:
>
> http://www.sysinternals.com/ntw2k/source/misc.shtml#junction
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> phone: 202-797-5496
> fax: 202-797-5444
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to