• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Sample Launchd plists for WO Monitor and wotaskd
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sample Launchd plists for WO Monitor and wotaskd


  • Subject: Re: Sample Launchd plists for WO Monitor and wotaskd
  • From: Paul Lynch <email@hidden>
  • Date: Tue, 11 Jul 2006 08:23:53 +0100


On 11 Jul 2006, at 06:55, Ricardo Parada wrote:

Does anybody have sample launchd plists for starting wo monitor and wotaskd automatically?

I know these files are present in OS X Server in the following directories:

/System/Library/LaunchDaemons/com.apple.wotaskd.plist
/System/Library/LaunchDaemons/com.apple.womonitor.plist

But I don't have a copy of OS X Server handy. Anyone willing to share their plists for these two?

I do, and will.

$ cat com.apple.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>appserverusr</string>
<key>Label</key>
<string>com.webobjects.wotaskd</string>
<key>OnDemand</key>
<false/>
<key>Program</key>
<string>/System/Library/WebObjects/JavaApplications/ wotaskd.woa/wotaskd</string>
<key>ProgramArguments</key>
<array>
<string>wotaskd</string>
<string>-WOPort</string>
<string>1085</string>
</array>
<key>ServiceIPC</key>
<false/>
<key>UserName</key>
<string>appserver</string>
</dict>
</plist>


l$ cat com.apple.womonitor.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>appserverusr</string>
<key>Label</key>
<string>com.webobjects.womonitor</string>
<key>OnDemand</key>
<false/>
<key>Program</key>
<string>/System/Library/WebObjects/JavaApplications/ JavaMonitor.woa/JavaMonitor</string>
<key>ProgramArguments</key>
<array>
<string>JavaMonitor</string>
<string>-WOPort</string>
<string>56789</string>
</array>
<key>ServiceIPC</key>
<false/>
<key>UserName</key>
<string>appserver</string>
</dict>
</plist>



Paul

_______________________________________________
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


References: 
 >Sample Launchd plists for WO Monitor and wotaskd (From: Ricardo Parada <email@hidden>)

  • Prev by Date: Re: WWDC WO Meet
  • Next by Date: Re: storing objects in a WOApplication object
  • Previous by thread: Sample Launchd plists for WO Monitor and wotaskd
  • Next by thread: webobjects 5.3 and windows
  • Index(es):
    • Date
    • Thread