Brook Davies wrote:
> Yikes. Is this on the first past or after the pages are compiled? I will 
> ask again, does any one have a script to pre compile all pages within a 
> directory? This would be a nice option to have in the administrator or at 
> least a executable provided by MM.

This came up about two days back. put the followong stuff in a batch 
file and run that:

@setlocal
set NEO_INSTALL=c:\cfusionMX
set PATH=%NEO_INSTALL%\runtime\bin;%PATH%
java -classpath %NEO_INSTALL%\lib\cfusion.jar coldfusion.tools.Compiler
-webroot %NEO_INSTALL%\wwwroot %*
@endlocal


Jesse

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to