hmm. OK, how do I do that? Sorry, I'm clearly not much a of unixy person. I have .plist files for both wotaskd and JavaMonitor in my LaunchDaemons folder for example:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>GroupName</key> <string>appserverusr</string> <key>Label</key> <string>com.apple.webobjects.wotaskd</string> <key>OnDemand</key> <false/> <key>Program</key> <string>/Developer/WebObjects/Versions/WebObjects543/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> On Oct 13, 2010, at 10:48 PM, Chuck Hill wrote: > The WOHost launch parameter, e.g. -WHost localhost > > You probably also want that on the JavaMonitor and wotaskd apps and to then > restart them (or reboot :-) > > Chuck _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com This email sent to [email protected]
