Re: Installer for JavaMonitor/wotaskd

From: Kieran Kelleher (kieran_list..ac.com)
Date: Fri Jul 10 2009 - 16:11:35 EDT

  • Next message: Alan Zebchuk (JIRA): "[OS-JIRA] Created: (WOL-1037) Eclipse not recognizing frameworks randomly"

    Note: please use the Label entry for the filename too!

    com.apple.webobjects.wotaskd.plist

    com.apple.webobjects.womonitor.plist

    There was some of these files floating around where the filename and
    Label were different. launchctl stop uses the label IIRC. launchctl
    load/unload use filenames. launchctl stop/start use Labels ....... it
    is a PITA when they are different IMHO.

    On Jul 10, 2009, at 11:05 AM, Klaus Berkling wrote:

    >
    > On Jul 10, 2009, at 8:01 AM, Mike Schrag wrote:
    >
    >>> Does someone have a launchd .plist for wotaskd they like to
    >>> contribute?
    >>
    >> you mean just the launchd to launch wotaskd itself?
    >
    > Yes. Thanks.
    >
    >>
    >> here's mine:
    >> <?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>_appserveradm</string>
    >> <key>Label</key>
    >> <string>com.apple.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>
    >>
    >> and monitor:
    >> <?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>_appserveradm</string>
    >> <key>Label</key>
    >> <string>com.apple.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>
    >>
    >>
    >>
    >>
    >
    >
    > Thanks
    >
    > kib
    >
    > "The trouble with normal is it always gets worse."
    > Bruce Cockburn
    >
    > Klaus Berkling
    > Systems Administrator
    > DynEd International, Inc.
    > www.dyned.com | www.eskimo.com/~kiberkli
    >
    >
    >



    This archive was generated by hypermail 2.0.0 : Fri Jul 10 2009 - 16:12:36 EDT