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.

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

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com

Reply via email to