Yeah, decided to use an ant task for the time being.

<get src="http://localhost/CreateCFCDocs.cfm?project=xyz";
dest="CFCLogOutput.html"/>
<get src="http://localhost/CreateCFMDocs.cfm?project=xyz";
dest="CFMLogOutput.html"/>
etc.

I did come across ServletRunner
http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/s
ervlet.html

a command line servlet runner which may or may not be useful


> > What is the syntax to run a cfm template from the
> > command line in CF MX?
>
> I haven't found a way to do this in CFMX without using some external tool
> like wget. There's no CGI stub executable with CFMX. I suspect
> there's some
> way that the appropriate classes can be invoked directly, but haven't
> figured it out yet.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to