|
|
Home / Groups / ColdFusion Talk (CF-Talk)
help - ColdFusion MX 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 > 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 > > > |
Mailing Lists
|
Latest Fusion Authority Articles
|