SOLVED Re:Can CF capture output to STDERR?

2003-11-10 Thread David Adams
Although not eloquant, I wrote a PERL script to redirect STDERR to STDOUT so that CF could grab it in it's CFEXECUTE variable. So it means that to do one task, I have to call two processes. Hope this dialogue helps others. Dave Adams [Todays Threads] [This Message] [Subscription] [Fast Uns

Re:Can CF capture output to STDERR?

2003-11-10 Thread David Adams
I found this article: http://www.macromedia.com/support/coldfusion/ts/documents/config_default_err_out.htm As far as I can see, I have two options.  One choice is the use the about solution to output the STDERR to file and then read the file.  The second choice is the redirect STDERR to STDOUT an