That’s what I use. Similar for JavaMonitor. You could also have JavaMonitor controlled by wotaskd. It’s just a regular WO app!
$ cat /Library/LaunchDaemons/org.projectwonder.wotaskd.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Disabled</key> <false/> <key>GroupName</key> <string>staff</string> <key>Label</key> <string>org.projectwonder.wotaskd</string> <key>OnDemand</key> <false/> <key>Program</key> <string>/Users/Shared/ServerApplications/wotaskd.woa/wotaskd</string> <key>ProgramArguments</key> <array> <string>wotaskd</string> <string>-WOPort</string> <string>1085</string> <string>-WOHost</string> <string>localhost</string> </array> <key>ServiceIPC</key> <false/> <key>UserName</key> <string>ruggiero</string> <key>StandardOutPath</key> <string>/Users/Shared/ServerApplications/Logs/wotaskd.log</string> <key>StandardErrorPath</key> <string>/Users/Shared/ServerApplications/Logs/wotaskd.log</string> </dict> </plist>
On 29 Mar 2026, at 03:03, Theodore Petrosky <webobjects-dev@wocommunity.org> wrote:
I am looking for someone with access to an old OS X server. there is a launchctl file: com.apple.webobjects.wotaskd
I think I could use that to start up wotaskd. It would be in /System/Library/LaunchDaemons for OS X 10.5 Leopard and afterward
Ted
############################################################# This message is sent to you because you are subscribed to the mailing list <webobjects-dev@wocommunity.org>. To unsubscribe, E-mail to: <webobjects-dev-off@wocommunity.org> To switch to the DIGEST mode, E-mail to <webobjects-dev-digest@wocommunity.org> To switch to the INDEX mode, E-mail to <webobjects-dev-index@wocommunity.org> Send administrative queries to <webobjects-dev-request@wocommunity.org>
Markus Ruggiero
rucotec GmbH web https://rucotec.ch Leonhardsberg 1 email markus.ruggiero@rucotec.ch 4051 Basel / Switzerland mobile +41 79 508 4701
|