House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Search cf-talk

February 09, 2010

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28             

Home / Groups / ColdFusion Talk (CF-Talk)

help - ColdFusion MX creates class files my C:\ drive is filling up !

Author:
Dave Watts
03/05/2004 06:47 PM

> 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