> 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]

