Re: Newbie WOImageButton Question
Re: Newbie WOImageButton Question
- Subject: Re: Newbie WOImageButton Question
- From: Chuck Hill <email@hidden>
- Date: Thu, 12 Oct 2006 10:26:47 -0700
On Oct 11, 2006, at 11:41 PM, Art Isbell wrote:
On Oct 11, 2006, at 7:11 PM, Tarun Reddy wrote:
Should I just start up wotaskd at startup (what is the right way
to do that under Mac OS X) or is it supposed to get launched by
mod_WebObjects.so?
You need to configure wotaskd (and optionally, JavaMonitor) to
start up at boot time. You'll need to uncomment the appropriate
lines in the /System/Library/StartupItems/WebObjects/WebObjects
startup item script.
My bad. I thought that was only commented on the server install.
Chuck
Or to really emulate the Mac OS X Server deployment environment,
you could do as I have done: configure launchd to start wotaskd and
JavaMonitor instead of using a startup item script. To do this,
you'd need to copy com.apple.wotaskd.plist and
com.apple.womonitor.plist from /System/Library/LaunchDaemons on Mac
OS X Server and install them in /Library/LaunchDaemons on Mac OS
X. If you want to emulate the logging that the WebObjects startup
item script provides, you'd need to add the following to
com.apple.wotaskd.plist and com.apple.womonitor.plist:
<key>StandardErrorPath</key>
<string>/var/log/WebObjects/webobjects.log</string>
<key>StandardOutPath</key>
<string>/var/log/WebObjects/webobjects.log</string>
Aloha,
Art
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems. http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden