| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On Oct 28, 2007, at 9:23 AM, Mike Schrag wrote:
The Tiger WO startup item script logged standard error and out to /var/log/webobjects.log, but launchd swallows this output by default. To mimic the Tiger WO startup item behavior using the above launchd config files, add the following keys and values: <key>StandardOutPath</key> <string>/var/log/WebObjects/webobjects.log</string> <key>StandardErrorPath</key> <string>/var/log/WebObjects/webobjects.log</string> Because /var/log isn't writable by appserver, the user under which wotaskd and JavaMonitor run, /var/log/webobjects.log can't be created by wotaskd or JavaMonitor. I suppose that you could sudo touch /var/log/webobjects.log sudo chown appserver:appserverusr /var/log/webobjects.log but for me, it was safer to sudo mkdir /var/log/WebObjects sudo chown appserver:appserverusr /var/log/WebObjects which will then allow wotaskd and JavaMonitor to create and write /var/log/WebObjects/webobjects.log whenever necessary without manual intervention. Aloha, Art |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/email@hidden This email sent to email@hidden
| References: | |
| >WebObjects 5.4 is out. (From: Q <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Mike Schrag <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Mike Schrag <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: "Jerry W. Walker" <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Mike Schrag <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: "Jerry W. Walker" <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Michael Halliday <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Mike Schrag <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Michael Halliday <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Michael Halliday <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Art Isbell <email@hidden>) | |
| >Re: WebObjects 5.4 is out. (From: Art Isbell <email@hidden>) | |
| >The Official What-I-Did-To-Run-5.3-On-Leopard Post (From: Mike Schrag <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.