Re: View Console Output of a Deployed application
Re: View Console Output of a Deployed application
- Subject: Re: View Console Output of a Deployed application
- From: Art Isbell <email@hidden>
- Date: Thu, 10 Jul 2003 10:00:44 -1000
On Thursday, July 10, 2003, at 05:25 AM, Jevon Hills wrote:
I would like to view the NSLog messages of an application I deployed.
These were printing to the console window when I was developing it. I
searched the web/user groups archives. but Could not find what I was
looking for. Probably didn't search for the right terms.
Does anyone know how I can view the console messages of a deployed
application on a different machine than the one I'm on??
A WO app's standard output and error streams will be written to a file
in the directory specified by the command-line option WOOutputPath
(http://developer.apple.com/documentation/WebObjects/Deployment/
Deploying_Applications/Reference/chapter_8_section_3.html#//apple_ref/
doc/uid/TP30000066/BCIGBJDE). You could then view the contents of this
file assuming you can access it remotely.
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.